UNPKG

@knestjs/core

Version:

Knestjs search to be a Nestjs ORM in which you write the models once and only once. This is done creating migrations automatically from the models that you create.

3 lines (2 loc) 142 B
import { IndexInfo } from "../decorators/table.decorator"; export declare const getIndexName: <T = unknown>(idxInfo: IndexInfo<T>) => string;