DefinitelyTyped/types/global-modules/index.d.ts
2018-12-25 14:33:44 +01:00

8 lines
300 B
TypeScript

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