UNPKG

encrypted-fetcher

Version:
8 lines 212 B
export interface IPassword { key: string; iv: string; } export declare namespace IPassword { type Closure = (content: string, isEncode: boolean) => IPassword; } //# sourceMappingURL=IPassword.d.ts.map