Files
DefinitelyTyped/types/global-paths/global-paths-tests.ts
2018-12-26 00:42:36 +01:00

5 lines
112 B
TypeScript

import paths = require('global-paths');
paths(); // $ExpectType string[]
paths('foo'); // $ExpectType string[]