Skip to content

Commit 14f6aaf

Browse files
committed
Converted into Typescript
1 parent 7fe7ee8 commit 14f6aaf

19 files changed

+705
-288
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ docs
1010
jsdoc.json
1111
./jsdoc.json
1212

13-
.npmignore
13+
.npmignore
14+
15+
/lib

.prettierrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"printWidth": 120,
3+
"trailingComma": "all",
4+
"singleQuote": true
5+
}

package-lock.json

+347-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)