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