Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mayjs/node-utils

z_virus28MIT0.0.18TypeScript support: included

js 工具库,包含一些常用的工具。

readme

may-node-utils

js 工具库,包含一些常用的工具。

使用

import { trim } from 'xiao-utils/common/String';
trim('cabc','c');
// ab

License

MIT