UNPKG

@topgunbuild/webcrypto

Version:

An isomorphic WebCrypto for Javascript in Node and the browser

6 lines (3 loc) 114 B
import { Crypto } from '@peculiar/webcrypto'; declare const WebCrypto: Crypto; export { WebCrypto as default };