source:
imaps-frontend/node_modules/eslint/node_modules/globals/index.d.ts@
d565449
Last change on this file since d565449 was d565449, checked in by , 3 months ago | |
---|---|
|
|
File size: 165 bytes |
Line | |
---|---|
1 | import {ReadonlyDeep} from 'type-fest'; |
2 | import globalsJson = require('./globals.json'); |
3 | |
4 | declare const globals: ReadonlyDeep<typeof globalsJson>; |
5 | |
6 | export = globals; |
Note:
See TracBrowser
for help on using the repository browser.