encrypted-nestjs
Version:
NestJS with AES Encryption
8 lines • 351 B
TypeScript
export declare namespace EncryptedRoute {
function Get(path?: string): MethodDecorator;
function Post(path?: string): MethodDecorator;
function Patch(path?: string): MethodDecorator;
function Put(path?: string): MethodDecorator;
function Delete(path?: string): MethodDecorator;
}
//# sourceMappingURL=EncryptedRoute.d.ts.map