UNPKG

nukak

Version:

flexible and efficient ORM, with declarative JSON syntax and smart type-safety

3 lines (2 loc) 125 B
export declare function flatObject<E>(obj: E, pre?: string): E; export declare function unflatObjects<T>(objects: T[]): T[];