DefinitelyTyped/types/randomatic/randomatic-tests.ts
Frelia 1882299f09
Add types to randomatic (#45822)
* Add types to randomatic

* Include definition author for randomatic
2020-07-06 14:07:56 -07:00

6 lines
227 B
TypeScript

import * as randomize from 'randomatic';
randomize('*', 10); // $ExpectedType string
randomize('?', 20, { chars: 'jonschlinkert' }); // $ExpectedType string
randomize('*', 20, { exclude: '0oOiIlL1' }); // $ExpectedType string