nw-tools
v0.0.5
Published
封装的通用的工具函数
Readme
nw-tools
English | 中文
Introduction
Commonly used javascript tool functions
Documentation
Install
npm
npm i nw-tools -Spnpm
pnpm i nw-tools -Syarn
yarn add nw-toolsUse
ESM
import { is } from 'nw-tools'
is('test', 'Number')CJS
const nwTools = require('nw-tools')
nwTools.is('test', 'Number')