UNPKG

@tetcoin/util

Version:
22 lines (13 loc) 488 B
# @tetcoin/util Various useful utility functions that are used across all projects in the [@tetcoin](https://tetcoin.js.org) 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 @tetcoin/util ``` Functions can be imported directly from the package, e.g. ```js import { isHex } from '@tetcoin/util'; ``` ## Utilities [Utilities](SUMMARY.md)