UNPKG

@nestjs/core

Version:

Nest - modern, fast, powerful node.js web framework (@core)

6 lines (5 loc) 213 B
import type { Paramtype } from '@nestjs/common'; import { RouteParamtypes } from '@nestjs/common/internal'; export declare class ParamsTokenFactory { exchangeEnumForString(type: RouteParamtypes): Paramtype; }