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) 121 B
import { Constructor } from 'type-fest'; export declare const getTableName: <T>(model: Constructor<T, any[]>) => string;