@webqit/util
Version:
Utility functions used accross multiple JS libraries.
62 lines (59 loc) • 1.3 kB
JavaScript
/**
* @imports
* "obj" category of modules.
*/
import _compareCallback from './compareCallback.js';
import _copy from './copy.js';
import _copyPlain from './copyPlain.js';
import _diff from './diff.js';
import _each from './each.js';
import _even from './even.js';
import _find from './find.js';
import _first from './first.js';
import _from from './from.js';
import _get from './get.js';
import _getAllPropertyNames from './getAllPropertyNames.js';
import _getPrototypeChain from './getPrototypeChain.js';
import _inherit from './inherit.js';
import _has from './has.js';
import _last from './last.js';
import _match from './match.js';
import _merge from './merge.js';
import _mergeCallback from './mergeCallback.js';
import _percentageDiff from './percentageDiff.js';
import _percentageMatch from './percentageMatch.js';
import _replace from './replace.js';
import _sample from './sample.js';
import _set from './set.js';
import _del from './del.js';
import _with from './with.js';
/**
* @exports
*/
export {
_compareCallback,
_copy,
_copyPlain,
_diff,
_each,
_even,
_find,
_first,
_from,
_get,
_getAllPropertyNames,
_getPrototypeChain,
_inherit,
_has,
_last,
_match,
_merge,
_mergeCallback,
_percentageDiff,
_percentageMatch,
_replace,
_sample,
_set,
_del,
_with,
};