@anles/utils

一个在项目中非常实用的工具包,支持ts类型验证

Usage no npm install needed!

<script type="module">
  import anlesUtils from 'https://cdn.skypack.dev/@anles/utils';
</script>

README

@anles/utils

它是一个在项目中非常实用的工具包,支持ts类型验证。

有些东西可以不用,但不能没有;

有些技术可以学习,但不能不用;

build-lib如何使用rollup打包干净的工具库。

Format Module

格式化模块,再也不用担心数据格式不对了

formatDate 时间格式化

| 参数 | 说明 | 类型 | 可选值 | 默认值 | | - | - | - | - | - | | data | new Date解析 | string|number | 2020/10/27 | 必传 | | format | 自选你想要的格式如 MM-DD HH:mm | string | YYYY-MM-DD HH:mm:ss | YYYY-MM-DD HH:mm:ss |

formatNumber 数字格式化

| 参数 | 说明 | 类型 | 可选值 | 默认值 | | - | - | - | - | - | | data | new Date解析 | string|number | 2020/10/27 | 必传 | | format | 自选你想要的格式如 MM-DD HH:mm | string | YYYY-MM-DD HH:mm:ss | YYYY-MM-DD HH:mm:ss |

未来

  • 增加更多实用工具
  • 收集更多实用模块
  • 体现工具esm优势