UNPKG

sqlify

Version:

Yet another SQL query builder for Node.js

6 lines (5 loc) 153 B
/** * implementation of: * https://hiddentao.com/squel/api.html#select_field */ export declare const field: (chain: any, resource: string[]) => void;