UNPKG

ipsased

Version:

UI toolkit monorepo containing a React component library, UI utilities, a drag-and-drop library, and more

7 lines (4 loc) 212 B
import crypto from 'crypto'; // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-assignment const webcrypto: Crypto = crypto.webcrypto as any; export default webcrypto;