Files
dsabot/node_modules/globals/index.d.ts
2020-03-25 11:05:34 +01:00

7 lines
165 B
TypeScript

import {ReadonlyDeep} from 'type-fest';
import globalsJson = require('./globals.json');
declare const globals: ReadonlyDeep<typeof globalsJson>;
export = globals;