UNPKG

encrypted-fetcher

Version:
6 lines 258 B
export declare namespace AesPkcs5 { function encode(data: string, key: string, iv: string): string; function decode(data: string, key: string, iv: string): string; function random(length: 16 | 32): string; } //# sourceMappingURL=AesPkcs5.d.ts.map