Git Product home page Git Product logo

jsutils's Introduction

jsutil

NPM version NPM downloads

个人通用js函数库。采用typescript编写,打包为esm,cjs,umd 3种格式,并且含有类型声明,适合在typescript项目中使用。
umd模块使用了babel转义,兼容性会比较好,cjs和esm模块没有转义tsconfig target设为es2017, 因为现在用户一般项目里有打包工具,所以这边就不需要转义了。

安装

npm install @mudssky/jsutil
or
yarn add @mudssky/jsutil
or
pnpm add @mudssky/jsutil

使用方法

和lodash-es类似
推荐使用esm的方式按需引入,这样可以借由tree shaking,减少最后的打包体积

import { range } from '@mudssky/jsutils'
console.log(range(1, 10))

详细文档地址

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.