宇天 0f18f9f1df update 2020-09-18 11:09:50 +08:00
lib update 2020-09-18 11:09:50 +08:00
History.md 2.0.0 2020-09-18 10:32:10 +08:00
LICENSE 增加MIT开源协议;删除global的拓展方法;增加Promise.defer方法拓展 2018-05-25 00:38:52 +08:00
Readme.md 2.0.0 2020-09-18 10:32:10 +08:00
index.js update 2020-09-18 11:09:50 +08:00
index.mjs update 2020-09-18 11:09:50 +08:00
package.json update 2020-09-18 11:09:50 +08:00

Readme.md

module info

es.shim

es.shim 提供了部分新API, 以及一些常用的扩展方法。具体如下:

  • Obejct

    • empty()
  • Array.prototype

    • flat()
    • flatMap()
    • item()
  • Date

    • isDate()
  • Date.prototype

    • getFullWeek()
    • getWeek()
    • format()
  • String.prototype

    • splice()
    • htmlspecialchars()
    • tohtml()
    • xss()
    • escape()
    • item()
  • Number

    • parse()
    • fromString()
  • Promise

    • defer()
实现部分新API, 以及一些常用的扩展方法。 nodejs和浏览器通用,
JavaScript 100%