UNPKG

nukak

Version:

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

4 lines (3 loc) 263 B
import type { Key, Primitive, Type } from '../../type/index.js'; export declare function InjectQuerier(): (proto: Record<Primitive, any>, key: string, index: number) => void; export declare function getInjectedQuerierIndex<S>(service: Type<S>, key: Key<S>): any;