UNPKG

tiny-webcrypto

Version:

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

7 lines (6 loc) 139 B
/* IMPORT */ import crypto from 'node:crypto'; /* MAIN */ const WebCrypto = crypto.webcrypto; //TSC /* EXPORT */ export default WebCrypto;