UNPKG

nukak

Version:

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

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