UNPKG

util-ex

Version:

Browser-friendly enhanced util fully compatible with standard node.js

22 lines (21 loc) 732 B
// @sourceType: module export * from './_create-function.mjs'; export * from './_extend.mjs'; export * from './clone-object.mjs'; export * from './clone-properties-to.mjs'; export * from './createFunction.mjs'; export * from './defineProperty.mjs'; export * from './extend.mjs'; export * from './format.mjs'; export * from './inject.mjs'; export * from './injectMethod.mjs'; export * from './injectMethods.mjs'; export * from './inspect.mjs'; export * from './log.mjs'; export * from './new-scoped-function.mjs'; export * from './new-function.mjs'; export * from './object-to-string.mjs'; export * from './is/index.mjs'; export * from './object/index.mjs'; export * from './to-regexp.mjs'; export * from './escapeStringRegexp.mjs';