Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
exotic-core / deps / index.ts
Size: Mime:
// import {
//   overStaticMethods,
//   getFunctions,
//   overMethods,
//   getMethods,
//   getStaticMethods,
//   hoistStatics,
// } from 'chain-able-deps/dist/lego/Klass'
// export {
// forOwn,
// overStaticMethods,
// getFunctions,
// overMethods,
// getMethods,
// getStaticMethods,
// hoistStatics,
// }

// import * as makeShape from 'chain-able-lego/dist/makeShape'
// export { makeShape }

import { set, get, has } from 'chain-able-boost'

import {
  forOwn,
  overStaticMethods,
  getFunctions,
  overMethods,
  getMethods,
  getStaticMethods,
  hoistStatics,
  filterKeysFor,
  makeShape,
  zipToObj,
  zipFromArrayObjToOb,
  toUniverseView,
} from 'chain-able-lego'

export {
  forOwn,
  overStaticMethods,
  getFunctions,
  overMethods,
  getMethods,
  getStaticMethods,
  hoistStatics,
  filterKeysFor,
  makeShape,
  zipToObj,
  zipFromArrayObjToOb,
  toUniverseView,
  set,
  get,
  has,
}
// import { zipToObj, zipFromArrayObjToObj } from 'chain-able-lego/dist/zipToObj'
// import toUniverseView from 'chain-able-lego/dist/universeView'
// export { toUniverseView, filterKeysFor, zipToObj, zipFromArrayObjToObj }
// import set from 'chain-able-deps/dist/deps/dot/set'
// import get from 'chain-able-deps/dist/deps/dot/get'
// import has from 'chain-able-deps/dist/deps/dot/has'
// export { set, get, has }