UNPKG

r2-utils-js

Version:

Readium 2 'utils' for NodeJS (TypeScript)

4 lines (3 loc) 253 B
export declare function isNullOrUndefined<T>(val: T | undefined | null): val is T; export declare function sortObject(obj: any): any; export declare function traverseJsonObjects(obj: any, func: (item: any, parent: any, keyInParent: any) => void): void;