UNPKG
funcdor
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
Functional do style library
github.com/joaop-oliveira/dotfp
joaop-oliveira/dotfp
funcdor
/
src
/
debug
/
index.ts
5 lines
(4 loc)
•
91 B
text/typescript
View Raw
1
2
3
4
5
export
const
logIt
= (
value
) => {
console
.
log
(
JSON
.
stringify
(value));
return
value; };