文件名称:javascript-tool-library:工具库脚手架
文件大小:83KB
文件格式:ZIP
更新时间:2024-05-23 05:14:43
JavaScript
javascript-tool-library A small JavaScript tool library. Package with rollup.js , exported as iife cmd cjs umd module. Install npm install @wolfzwz/javascript-tool-library Usage import { find } from '@wolfzwz/javascript-tool-library'; var data = [{ userId: 8, title: 'title1' }, { userId: 11, title: 'other' }, { userId: 15, title:
【文件预览】:
javascript-tool-library-main
----.gitignore(31B)
----.babelrc(186B)
----jsdoc.config.json(369B)
----package.json(2KB)
----commitlint.config.js(70B)
----package-lock.json(342KB)
----src()
--------find.ts(1002B)
----assets()
--------images()
----jest.config.js(498B)
----LICENSE(1KB)
----CHANGELOG.md(505B)
----rollup.config.js(933B)
----.eslintrc.js(346B)
----.prettierrc.js(311B)
----README.md(3KB)
----.eslintignore(12B)
----index.ts(84B)
----.npmignore(0B)
----.gitattributes(66B)
----test()
--------find.test.ts(516B)