DefinitelyTyped/types/repeating/repeating-tests.ts
2019-03-31 11:11:13 +02:00

8 lines
124 B
TypeScript

import repeating from "repeating";
repeating(5);
// => ' '
repeating(3, "unicorn ");
// => 'unicorn unicorn unicorn '