UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

10 lines (9 loc) 372 B
import { OnModuleInit } from '@nestjs/common'; import { DiscoveryService } from '@nestjs/core'; export declare class ApiSubscriberDiscoveryService implements OnModuleInit { private readonly discoveryService; constructor(discoveryService: DiscoveryService); onModuleInit(): void; private registerFunctionSubscribers; private registerRouteSubscribers; }