UNPKG

agil-auth-node

Version:
13 lines (12 loc) 321 B
export declare class Utils { /** * https://gist.github.com/ahtcx/0cd94e62691f539160b32ecda18af3d6 */ static merge(target: any, source: any): any; /** * Object to SQL 'where' statement */ static objectToWhereStatement(object: { [key: string]: any; }): (string | any[])[]; }