UNPKG

jsev

Version:

Environment for building Web API's.

5 lines (4 loc) 235 B
import { IObject } from "../types"; export declare function getPropertyByNameIgnoreCase(obj: IObject<any>, name: string): any; export declare function isFunction(obj: any): boolean; export declare function isObject(obj: any): boolean;