UNPKG

@zhouhua5982/date-utils

Version:

日期处理工具:主要功能为获取起止日期

16 lines (11 loc) 530 B
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.dateUtils = {})); }(this, (function (exports) { 'use strict'; var dateUtils = function dateUtils() { console.log('dateUtils'); }; exports.dateUtils = dateUtils; Object.defineProperty(exports, '__esModule', { value: true }); })));