UNPKG

dinoloop-es8

Version:

A lightweight REST API Library for building scalable Node.js server-side applications powered by Typescript

4 lines (3 loc) 96 B
export declare abstract class HttpUtility { static hasBody(httpVerb: string): boolean; }