mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
320 B
TypeScript
8 lines
320 B
TypeScript
// Type definitions for builtin-modules 2.0
|
|
// Project: https://github.com/sindresorhus/builtin-modules#readme
|
|
// Definitions by: Klaus Meinhardt <https://github.com/ajafff>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare const builtinModules: ReadonlyArray<string>;
|
|
export = builtinModules;
|