mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
267 B
TypeScript
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;
|