UNPKG

jade-integration-utils

Version:

A tool made for any type of http requisitions and to manage localstorage. This package works into Angular and Ionic projects (maybe you can run this in ReactNative, MAYBE!).

9 lines (8 loc) 198 B
export declare class HttpMethod { static GET: string; static POST: string; static PUT: string; static DELETE: string; static OPTIONS: string; static PATCH: string; }