encrypted-nestjs
Version:
NestJS with AES Encryption
8 lines • 502 B
TypeScript
import * as nest from "@nestjs/common";
import { IPassword } from "encrypted-fetcher";
export declare function EncryptedModule(metadata: nest.ModuleMetadata, password: IPassword | IPassword.Closure): ClassDecorator;
export declare namespace EncryptedModule {
function dynamic(path: string, config: IPassword | IPassword.Closure): Promise<object>;
function controllers(path: string, password: IPassword | IPassword.Closure): Promise<any[]>;
}
//# sourceMappingURL=EncryptedModule.d.ts.map