mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
8 lines
296 B
TypeScript
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;
|