DefinitelyTyped/types/global-prefix/index.d.ts
2018-12-25 14:27:31 +01:00

8 lines
296 B
TypeScript

// Type definitions for global-prefix 3.0
// Project: https://github.com/jonschlinkert/global-prefix
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = globalPrefix;
declare const globalPrefix: string;