@rc5/nut
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

简体中文 | English

Logo

@rc5/nut

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

NPM Version npm bundle size (scoped) NPM Downloads License

安装

$ npm install @rc5/nut

功能特性

  • 💄 使用 TypeScript 编写,这意味着自定义类型不会有问题
  • 🫂 可用于客户端(Web 浏览器)和服务器(例如 node.js)上的 JavaScript 应用程序
  • 🍇 包含丰富的处理不同方面问题的函数。(不断更新中!)
  • 🥊 高测试覆盖率
  • 🧩 支持构建更小的产物

使用

// 在浏览器中使用
import { isBoolean } from "@rc5/nut";

// 在 node 中使用
import { isBoolean } from "@rc5/nut/node";

文档

该软件包的文档托管在 https://luckrya.github.io/nut/

Package Sidebar

Install

npm i @rc5/nut

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

246 kB

Total Files

165

Last publish

Collaborators

  • cllemon