UNPKG

encrypted-nestjs

Version:
4 lines 292 B
import { IPassword } from "./IPassword"; export declare function EncryptedController(path: string, password: IPassword): ClassDecorator; export declare function EncryptedController(path: string, closure: IPassword.Closure): ClassDecorator; //# sourceMappingURL=EncryptedController.d.ts.map