All Projects → staven630 → es-aux

staven630 / es-aux

Licence: other
JavaScript开发辅助,包含了开发过程中很多场景需要用到的函数。

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to es-aux

rollup-plugin-swc
Rollup plugin to compile bundles with the SWC.
Stars: ✭ 59 (+168.18%)
Mutual labels:  rollup
angular-gulp-starter
Simple dev/prod build for Angular (2+) using gulp, systemjs, rollup, ngc (AOT), scss, Visual Studio
Stars: ✭ 18 (-18.18%)
Mutual labels:  rollup
eslint-plugin-lodash-template
ESLint plugin for John Resig-style micro template, Lodash's template, Underscore's template and EJS.
Stars: ✭ 15 (-31.82%)
Mutual labels:  lodash
ts-react-boilerplate
Chrome extension boilerplate with TypeScript and React
Stars: ✭ 53 (+140.91%)
Mutual labels:  rollup
stan
🔨 Collection of front-end engineering tools
Stars: ✭ 19 (-13.64%)
Mutual labels:  rollup
underwater
~2kb - ES6 Collection of helper functions. Lodash like
Stars: ✭ 18 (-18.18%)
Mutual labels:  lodash
unplugin-vue
✨ Transform Vue 3 SFC to JavaScript. Supports Vite, esbuild, Rollup and Webpack.
Stars: ✭ 38 (+72.73%)
Mutual labels:  rollup
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (+77.27%)
Mutual labels:  lodash
rollup-plugin-istanbul
Seamless integration between Rollup and Istanbul
Stars: ✭ 39 (+77.27%)
Mutual labels:  rollup
eleventy-chirpy-blog-template
Blog template for 11ty based on Chirpy UX
Stars: ✭ 37 (+68.18%)
Mutual labels:  rollup
rollup-plugin-tagged-template
Use plain HTML files as tagged templates.
Stars: ✭ 24 (+9.09%)
Mutual labels:  rollup
rollup-plugin-hoist-import-deps
A rollup plugin to speed up lazy loading
Stars: ✭ 64 (+190.91%)
Mutual labels:  rollup
angular-rollup-starter
Angular2 & Rollup.js including AoT and Universal Prerendering
Stars: ✭ 33 (+50%)
Mutual labels:  rollup
rollup-loader
Rollup does what it can do, and let Webpack finish the job.
Stars: ✭ 86 (+290.91%)
Mutual labels:  rollup
rollup-plugin-generate-html-template
Rollup plugin for automatically injecting a script tag with the final bundle into an html file.
Stars: ✭ 58 (+163.64%)
Mutual labels:  rollup
r1cs-tutorial
Tutorial for writing constraints in the `arkworks` framework
Stars: ✭ 74 (+236.36%)
Mutual labels:  rollup
termy-the-terminal
Web-based terminal powered by React
Stars: ✭ 43 (+95.45%)
Mutual labels:  rollup
react-wisteria
Managing the State with the Golden Path
Stars: ✭ 18 (-18.18%)
Mutual labels:  lodash
godash
Lodash for Golang
Stars: ✭ 43 (+95.45%)
Mutual labels:  lodash
rollup-plugin-purs
Bundles PureScript modules with Rollup
Stars: ✭ 71 (+222.73%)
Mutual labels:  rollup

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相关

时间

浏览器相关

函数相关

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].