UNPKG

@worker-tools/encrypted-cookie-store

Version:

A partial implementation of the Cookie Store API that transparently encrypts and decrypts cookies via AES-GCM.

9 lines (8 loc) 263 B
declare class AggregateErrorPolyfill extends Error { #private; get name(): string; get errors(): unknown[]; constructor(errors: Iterable<unknown>, message?: string); } export declare const AggregateError: typeof AggregateErrorPolyfill; export {};