UNPKG

@nestjsx/crud

Version:

NestJs CRUD for RESTful APIs

3 lines (2 loc) 124 B
import { CrudOptions } from '../interfaces'; export declare const Crud: (options: CrudOptions) => (target: Object) => void;