UNPKG

@westacks/vortex

Version:

Server-based routing for SPAs

4 lines (3 loc) 173 B
export declare function clear(): void; export declare function encrypt(data: any): Promise<ArrayBuffer>; export declare function decrypt<T>(data: BufferSource): Promise<T>;