es-aux
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

es-aux

  JavaScript开发辅助函数库。

安装

npm i -S es-aux

使用

const Aux = require('es-aux')
// or
const { camelToKebab } = require('es-aux')
 
import * as Aux from 'es-aux'
// or
import { camelToKebab } from 'es-aux'

助手函数列表

类型判断

字符串相关

数组

存储相关

Map、Set相关

时间

浏览器相关

函数相关

Package Sidebar

Install

npm i es-aux

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

143 kB

Total Files

62

Last publish

Collaborators

  • staven