UNPKG

dayjs-tz-helper

Version:

Day.js 時區輔助套件,提供安全解析時區日期字串與時間戳轉換功能 (Day.js timezone helper for safe timezone date string parsing and timestamp conversion)

9 lines (6 loc) 224 B
'use strict' if (typeof process !== 'undefined' && process.env.NODE_ENV !== 'production') { module.exports = require('./index.cjs.development.cjs') } else { module.exports = require('./index.cjs.production.min.cjs') }