UNPKG

@ghini/kit

Version:

js practical tools to assist efficient development

4 lines (3 loc) 162 B
export function insert(pg: object, table: string, data: object | object[], options?: { onconflict?: string | any[]; }): Promise<[Error, null] | [null, any]>;