es.shim/lib/index.js

15 lines
196 B
JavaScript
Raw Normal View History

2017-02-28 00:54:18 +08:00
/**
*
* @authors yutent (yutent@doui.cc)
* @date 2017-02-27 18:01:54
*
*/
"use strict";
require('./object')
require('./array')
require('./string')
require('./date')
require('./global')