DefinitelyTyped/types/methods/methods-tests.ts
2017-06-23 11:00:14 +02:00

6 lines
101 B
TypeScript

import * as methods from "methods";
methods
.slice(0)
.map(method => method.toUpperCase());