UNPKG

derby

Version:

MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.

5 lines (4 loc) 237 B
export declare function checkKeyIsSafe(key: any): void; export declare function concat(a: any, b: any): any; export declare function hasKeys(value: any): boolean; export declare function traverseAndCreate(node: any, segments: any): any;