UNPKG
obj-chain-core
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
fluent chaining for obj with dot-prop access
github.com/aretecode/obj-chain
aretecode/obj-chain
obj-chain-core
/
play
/
plugins
/
OpsPlugin.js
10 lines
(9 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// @
TODO:
magic helpers
const
OpsPlugin
= {
// https://lodash.com/docs/4.17.4#find
findOrAdd
(
) {},
when
(
) {},
// <- should be in mapplugin
remapKeys
(
) {},
// <- lodash
// useful for easy auto-chaining
// https://lodash.com/docs/4.17.4#overArgs
}