Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.26 KB

README.zh-EN.md

File metadata and controls

41 lines (31 loc) · 1.26 KB

English | 简体中文

Logo

@rc5/nut

一个实用的 JavaScript 工具函数库,在工作中提取和总结

NPM Version npm bundle size (scoped) NPM Downloads License

Installing

$ npm install @rc5/nut

Features

  • 💄 Written using TypeScript, which means you won't have any problems with custom types.
  • 🫂 Can be used for JavaScript applications on both client (web browser) and server (eg node.js).
  • 🍇 Contains more than 30 functions that handle different aspects of the problem.(Constantly Updating!)
  • 🥊 High test coverage
  • 🧩 Support for building smaller products

Usage

// used in a browser
import { isBoolean } from "@rc5/nut";

// used in node
import { isBoolean } from "@rc5/nut/node";

Documentation

The documentation of this package is hosted at https://luckrya.github.io/nut/