UNPKG

nukak

Version:

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

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