basx:一组用于JS项目的有用帮助器

时间:2024-04-08 21:51:00
【文件属性】:

文件名称:basx:一组用于JS项目的有用帮助器

文件大小:243KB

文件格式:ZIP

更新时间:2024-04-08 21:51:00

TypeScript

巴斯克斯 一组用于JS项目的有用帮助器。 安装 yarn add basx 用法 // main.js // -------------------------- import { deepMerge , deepCopy , i18n , requester , generateId } from 'basx' ; /* * deepCopy, deepMerge */ const objectA = { propA : { propAA : 'test' , } , propB : [ 'test' ] , propC : 'test' , } ; const objectB = { propA : { propAB : 'test' , } , propB : [ 'testB' ] , propC : 'testB' , } ;


【文件预览】:
basx-master
----.travis.yml(1004B)
----docs()
--------assets()
--------_config.yml(26B)
--------index.html(7KB)
--------globals.html(4KB)
--------modules()
----package.json(2KB)
----.github()
--------ISSUE_TEMPLATE()
----LICENSE(1KB)
----CONTRIBUTING.md(10KB)
----src()
--------scripts()
----tsconfig.json(115B)
----.gitignore(5KB)
----CODE_OF_CONDUCT.md(102B)
----README.md(2KB)
----yarn.lock(405KB)
----.gitattributes(2KB)

网友评论