UNPKG

refql

Version:

A Node.js and Deno library for composing and running SQL queries.

6 lines (5 loc) 185 B
declare const isFirstKey: <T extends Record<string, unknown>>(standardProps: { col: any; as: any; }[]) => (obj: T, key: keyof T & string) => boolean; export default isFirstKey;