UNPKG

mout

Version:

Modular Utilities

39 lines (34 loc) 808 B
/** @license * mout v1.2.2 | http://moutjs.com | MIT license */ // automatically generated, do not edit! // run `node build` instead import * as array from './array'; import * as collection from './collection'; import * as date from './date'; import * as _function from './function'; import * as lang from './lang'; import * as math from './math'; import * as number from './number'; import * as object from './object'; import * as queryString from './queryString'; import * as random from './random'; import * as string from './string'; import * as time from './time'; import * as fn from './function'; export const VERSION = '1.2.2'; export { array, collection, date, _function, lang, math, number, object, queryString, random, string, time, fn };