mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
8 lines
277 B
TypeScript
8 lines
277 B
TypeScript
// Type definitions for koa-is-json 1.0
|
|
// Project: https://github.com/koajs/is-json
|
|
// Definitions by: HakurouKen <https://github.com/HakurouKen>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function isJSON(body: any): boolean;
|
|
export = isJSON;
|