source:
imaps-frontend/node_modules/eslint/node_modules/globals/index.d.ts
Last change on this file was d565449, checked in by , 3 months ago | |
---|---|
|
|
File size: 165 bytes |
Rev | Line | |
---|---|---|
[d565449] | 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.