@5ire/util 中文文档教程
@5ire/util
在 @5ire 命名空间中的所有项目中使用的各种有用的实用程序函数。 它提供具有额外安全检查的实用功能,不仅允许一致的编码,而且还减少了通用样板。
Usage
安装 -
yarn add @5ire/util
函数可以直接从包中导入,例如
import { isHex } from '@5ire/util';
@5ire/util
Various useful utility functions that are used across all projects in the @5ire 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 @5ire/util
Functions can be imported directly from the package, e.g.
import { isHex } from '@5ire/util';