DefinitelyTyped/types/randomatic/randomatic-tests.ts

6 lines
227 B
TypeScript
Raw Permalink Normal View History

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