nw-tools
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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')

Readme

Keywords

Package Sidebar

Install

npm i nw-tools

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

36.9 kB

Total Files

9

Last publish

Collaborators

  • wallowyou