0.0.12 • Published 12 months ago

peek-log v0.0.12

Weekly downloads
-
License
-
Repository
-
Last release
12 months 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

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

1 year ago

0.0.3

1 year ago