DefinitelyTyped/types/js-types/js-types-tests.ts
2019-01-13 18:25:15 +01:00

6 lines
165 B
TypeScript

import jsTypes = require('js-types');
import jsTypesJson = require('js-types/js-types.json');
jsTypes; // $ExpectType string[]
jsTypesJson; // $ExpectType string[]