UNPKG

expresser

Version:

A ready to use Node.js web app wrapper, built on top of Express.

6 lines (5 loc) 275 B
export declare const getTag: (value: any) => any; export declare const isObject: (value: any) => boolean; export declare const isArray: (value: any) => boolean; export declare const isFunction: (value: any) => boolean; export declare const isString: (value: any) => boolean;