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

8 lines
267 B
TypeScript

// Type definitions for methods 1.1
// Project: https://github.com/jshttp/methods
// Definitions by: Carlos Precioso <https://github.com/cprecioso>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare const methods: string[];
export = methods;