0.0.5 • Published 3 years ago
nw-tools v0.0.5
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')