Package Exports
- @plugnet/util-crypto
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@plugnet/util-crypto) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@plugnet/util-crypto
Various useful cyrpto utility functions that are used across all projects in the @plugnet namespace. It provides utility functions with additional safety checks, allowing not only for consistent coding, but also reducing the general boilerplate.
Usage
Installation -
yarn add @plugnet/util-cryptoFunctions can be imported as follows:
import { mnemonicGenerate } from '@plugnet/util-crypto';