UNPKG

@hazae41/chacha20poly1305

Version:

ChaCha20Poly1305 adapter for WebAssembly and JS implementations

2 lines (1 loc) 48 B
export type Nullable<T> = T | null | undefined;