UNPKG

nukak

Version:

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

6 lines (5 loc) 210 B
export declare function flatObject<E>(obj: E, pre?: string): E; export declare function unflatObjects<T>(objects: T[]): T[]; export declare function obtainAttrsPaths<T>(row: T): { [k: string]: string[]; };