nw-tools English | 中文 Introduction Commonly used javascript tool functions Documentation Documentation Github Install npm npm i nw-tools -S pnpm pnpm i nw-tools -S yarn yarn add nw-tools Use ESM import { is } from 'nw-tools' is('test', 'Number') CJS const nwTools = require('nw-tools') nwTools.is('test', 'Number')