n8n-nodes-wuzapi
Version:
n8n community nodes for Wuzapi - WhatsApp Multi-Device REST API
6 lines • 400 B
TypeScript
export declare function set(obj: any, path: string | string[], value: any): any;
export declare function get(obj: any, path: string | string[], defaultValue?: any): any;
export declare function isPlainObject(value: any): boolean;
export declare function unset(obj: any, path: string | string[]): boolean;
export declare function isEmpty(value: any): boolean;
//# sourceMappingURL=lodashUtils.d.ts.map