UNPKG

craydent-utility

Version:
58 lines (57 loc) 2.92 kB
import * as IAbsolutePath from 'craydent.absolutepath'; import * as IAjax from 'craydent.ajax'; import * as INoop from 'craydent.noop'; import * as ICatchAll from 'craydent.catchall'; import * as IClusterit from 'craydent.clusterit'; import * as ICuid from 'craydent.cuid'; import * as IExclude from 'craydent.exclude'; import * as IMd5 from 'craydent.md5'; import * as IWait from 'craydent.wait'; import * as IJSZip from 'craydent.jszip'; import * as IZipit from 'craydent.zipit'; import * as IClearCache from 'craydent.clearcache'; import * as ICout from 'craydent.cout'; import * as IFoo from 'craydent.foo'; import * as ILogit from 'craydent.logit'; import * as IInclude from 'craydent.include'; import * as IMkdirRecursive from 'craydent.mkdirrecursive'; import * as INamespace from 'craydent.namespace'; import * as INow from 'craydent.now'; import * as IParseBoolean from 'craydent.parseboolean'; import * as IParseRaw from 'craydent.parseraw'; import * as IRand from 'craydent.rand'; import * as IRandomIndex from 'craydent.randomindex'; import * as IRequireDirectory from 'craydent.requiredirectory'; import * as IRunFuncArray from 'craydent.runfuncarray'; import * as ISuid from 'craydent.suid'; import * as ISyncroit from 'craydent.syncroit'; import * as ITryEval from 'craydent.tryeval'; declare const absolutePath: typeof IAbsolutePath.default; declare const ajax: typeof IAjax.default; declare const noop: typeof INoop.default; declare const catchAll: typeof ICatchAll.default; declare const clusterit: typeof IClusterit.default; declare const cuid: typeof ICuid.default; declare const exclude: typeof IExclude.default; declare const md5: typeof IMd5.default; declare const wait: typeof IWait.default; declare const JSZip: typeof IJSZip.default; declare const zipit: typeof IZipit.default; declare const clearCache: typeof IClearCache.default; declare const cout: typeof ICout.default; declare const foo: typeof IFoo.default; declare const logit: typeof ILogit.default; declare const include: typeof IInclude.default; declare const mkdirRecursive: typeof IMkdirRecursive.default; declare const namespace: typeof INamespace.default; declare const now: typeof INow.default; declare const parseBoolean: typeof IParseBoolean.default; declare const parseRaw: typeof IParseRaw.default; declare const rand: typeof IRand.default; declare const randomIndex: typeof IRandomIndex.default; declare const requireDirectory: typeof IRequireDirectory.default; declare const runFuncArray: typeof IRunFuncArray.default; declare const suid: typeof ISuid.default; declare const syncroit: typeof ISyncroit.default; declare const tryEval: typeof ITryEval.default; export { absolutePath, ajax, noop, catchAll, clusterit, cuid, exclude, md5, wait, JSZip, zipit, clearCache, cout, foo, logit, include, mkdirRecursive, namespace, now, parseBoolean, parseRaw, rand, randomIndex, requireDirectory, runFuncArray, suid, syncroit, tryEval };