UNPKG

calibre-db

Version:

<description>

4 lines (3 loc) 249 B
export declare type ILocator = string | '*' | '' | '/'; export declare function makeWhere<T extends Record<string, any>>(tableName: string, locator: ILocator, columnName?: keyof T, sep?: string): readonly [string, string]; export default makeWhere;