UNPKG

nukak

Version:

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

3 lines (2 loc) 148 B
import type { EntityOptions, Type } from '../../type/index.js'; export declare function Entity<E>(opts?: EntityOptions): (entity: Type<E>) => void;