文件名称:hanson-js-utils:hanson-js-utils
文件大小:68KB
文件格式:ZIP
更新时间:2024-04-21 12:07:11
JavaScript
hanson-js-utils 前端工具库(暂未构建本地服务器预览) 原料药 对象类 isObject判断是否为对象 isEmpty判断是否为空 deepClone深拷贝 deepDeleteEmptyValue过滤对象空值 日期类 formatTime格式化常量 打包 npm run build 单元测试 npm run test 打包并自动发布到npm npm run buildAndPublish 安装 npm i hanson - js - utils 使用 import { deepDeleteEmptyValue , isEmpty , deepClone , isObject , formatTime } from 'hanson-js-utils' console . log ( deepDeleteEmptyValue ( { a : 1 , b : '' , c :
【文件预览】:
hanson-js-utils-main
----.gitignore(54B)
----tsconfig.json(6KB)
----README.md(1KB)
----rollup.config.js(734B)
----LICENSE(1KB)
----__tests__()
--------test.date.ts(175B)
----package.json(1KB)
----src()
--------date.ts(918B)
--------object.ts(1KB)
--------index.ts(49B)
----.babelrc(109B)
----scripts()
--------publish.js(1KB)
----jest.config.js(204B)
----package-lock.json(231KB)