DefinitelyTyped/types/npm-cache-filename/npm-cache-filename-tests.ts
2019-09-11 11:14:37 -07:00

7 lines
236 B
TypeScript

import cf = require('npm-cache-filename');
cf('/tmp/cache', 'https://registry.npmjs.org:1234/foo/bar'); // $ExpectType string
const getFile = cf('/tmp/cache');
getFile('https://registry.npmjs.org:1234/foo/bar'); // $ExpectType string