UNPKG

pebblebed

Version:

Simplified interactions with Google Datastore for NodeJS

4 lines (3 loc) 207 B
export declare function get(obj: any, path: any, defaultValue: any): any; export declare function set(obj: any, path: any, value: any): any; export declare function isNumber(value: any): value is number;