DefinitelyTyped/types/repeat-string/repeat-string-tests.ts
2019-03-06 21:44:52 +11:00

4 lines
59 B
TypeScript

import Repeat = require("repeat-string");
Repeat('A', 5);