@xylabs/crypto

Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Install
Using npm:
npm install {{name}}
Using yarn:
yarn add {{name}}
Using pnpm:
pnpm add {{name}}
Using bun:
bun add {{name}}
License
See the LICENSE file for license rights and limitations (LGPL-3.0-only).
Reference
packages
crypto
### .temp-typedoc
### index-browser
### functions
### <a id="cryptoPolyfill"></a>cryptoPolyfill
@xylabs/crypto
function cryptoPolyfill(): void;
Polyfills globalThis.Crypto with the crypto-js implementation for browser environments.
Returns
void
### index-node
### functions
### <a id="cryptoPolyfill"></a>cryptoPolyfill
@xylabs/crypto
function cryptoPolyfill(): void;
No-op polyfill for Node.js, where the crypto module is already available globally.
Returns
void