0.0.12 • Published 1 year ago

peek-log v0.0.12

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

peek-log

Handy peeker from deep nested functional pipe

Usage

const nestedFunctionA = (v=0) => v+1
const obj = nestedFunctionA([
    peekLog( // 0.10021912164260627
        (function nestFunctionB({value}){return value()})
        ({value: () => Math.random(),})
    )
])

console.log('result', obj)
0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago