UNPKG

nukak

Version:

flexible and efficient ORM, with declarative JSON syntax and smart type-safety

3 lines (2 loc) 162 B
import type { FieldOptions } from '../../type/index.js'; export declare function Id<E>(opts?: Omit<FieldOptions, 'isId'>): (target: object, key: string) => void;