0.2.2 • Published 3 years ago

@lixianbin1/toolbox v0.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

toolBox

A integrate common functions or unusual function plug-in Libraries,I will integrate some common functions, my own functions, and expect them to become bigger

中文

Document

Document :https://lixianbin1.github.io/toolBox/

installation

yarn add @lixianbin1/toolbox  # npm install @lixianbin1/toolbox

Getting started

import { deepClone } from "@lixianbin1/toolbox"
let obj={
  name:"myme",
  children:{
    name:"jack"
  },
}
let newObj=deepClone(obj)
0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago