UNPKG

create-lbgcli1

Version:

前端脚手架模板

5 lines (4 loc) 145 B
// A (possibly faster) way to get the current timestamp as an integer. export default Date.now || function() { return new Date().getTime(); };