ebyte0

``` npm install ebyte0 ```

Usage no npm install needed!

<script type="module">
  import ebyte0 from 'https://cdn.skypack.dev/ebyte0';
</script>

README

工具函数库

安装方式

npm install ebyte0

导入方式

const utils = requires('ebyte0')

工具方法说明

  • utils.formatDate
    • 参数为日期对象
    • 返回值为格式化的年月日时分秒(例如:2020-06-25 22:17:19)
  • upperFirstLetter
    • 参数为英文字符串
    • 返回值为首字母大写的字符串

开源协议