es6-achieve
说明
简单实现 ES6
的相关 API
源码
https://github.com/ddzy/ts-utility-plugins/tree/master/src/ddzy/utility/algorithm/es6-achieve
目录
最后更新于
简单实现 ES6
的相关 API
https://github.com/ddzy/ts-utility-plugins/tree/master/src/ddzy/utility/algorithm/es6-achieve
最后更新于
Name
Description
Source
doc
_const
模拟 const
_reflect
模拟 Reflect
_map
模拟 Array.map
_reduce
模拟 Array.reduce
_filter
模拟 Array.filter
_every
模拟 Array.every
_find
模拟 Array.find
_startsWith
模拟 String.startsWith
_some
模拟 Array.some
_includes
模拟 Array.includes
_findIndex
模拟 Array.findIndex
Dictionary
模拟 Map
_Promise
模拟 Promise