Repository URL to install this package:
Version:
1.2.12 ▾
|
// 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 }