DefinitelyTyped/types/execall/execall-tests.ts
2019-01-14 23:39:26 +01:00

4 lines
97 B
TypeScript

import execall = require('execall');
execall(/(\d+)/g, '$200 and $400'); // $ExpectType Match[]