UNPKG

mout

Version:

Modular Utilities

19 lines (18 loc) 709 B
/** @license * mout v1.2.2 | http://moutjs.com | MIT license */ 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 declare const VERSION = "1.2.2"; export { array, collection, date, _function, lang, math, number, object, queryString, random, string, time, fn };