8000 GitHub - wallowyou/nw-utils: 工具函数
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wallowyou/nw-utils

Repository files navigation

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

About

工具函数

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0