UNPKG
array-utils-split
Version:
latest (0.0.1)
0.0.1
#### how to use ``` // or import const splitArray = require('array-utils-split');
array-utils-split
/
.prettierrc
7 lines
•
110 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"semi"
:
true
,
"trailingComma"
:
"all"
,
"singleQuote"
:
true
,
"printWidth"
:
120
,
"tabWidth"
:
2
}