UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

8 lines (7 loc) 296 B
export declare class Utilities { static removeUndefined(obj: any): object; static generateQuerySting(queryObject: object): string; static isObjectEmpty(obj: any): boolean; static extend(target: any, source: any): any; static typeOf(obj: any, sType: string): boolean; }