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-deps/dist/lego/makeShape'
export { makeShape }

import { filterKeysFor } from 'chain-able-deps/dist/lego/filterKeysFor'
import {
  zipToObj,
  zipFromArrayObjToObj,
} from 'chain-able-deps/dist/lego/zipToObj'
import toUniverseView from 'chain-able-deps/dist/lego/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 }