UNPKG

tiny-webcrypto

Version:

A tiny isomorphic WebCrypto object, it just gives you the native one the current platform provides.

4 lines (3 loc) 98 B
import type { Crypto } from './types'; declare const WebCrypto: Crypto; export default WebCrypto;