UNPKG
@luvies/lazy
Version:
latest (1.7.2)
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A linq-like lazy iteration module that aims to support deno, node & browser
luvies/lazy
@luvies/lazy
/
.prettierrc
7 lines
(6 loc)
•
99 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"endOfLine"
:
"lf"
,
"arrowParens"
:
"avoid"
}