1.0.0 • Published 3 years ago

utils-project v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

utils

这是一个工具库

Build Setup

# 安装依赖
npm install --save-dev Utils

usage

const Utils = require('./index') const isString = Utils.isString('test'); console.log('=====测试: test 是否是一个字符串类型=====',isString);

1.0.0

3 years ago