UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

6 lines 243 B
import { ParamType } from "../../types"; import { RouteParamTypes } from "../../enums"; export declare class ParamsTokenFactory { exchangeEnumForString(type: RouteParamTypes): ParamType; } //# sourceMappingURL=params-token-factory.d.ts.map