Skip to content

Commit ccbd4b4

Browse files
committed
Initial commit
0 parents  commit ccbd4b4

13 files changed

+2349
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
words.txt
2+
node_modules
3+
bloom.json

.mocharc.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://json.schemastore.org/mocharc.json",
3+
"require": "tsx",
4+
"extension": [
5+
"ts"
6+
],
7+
"recursive": true
8+
}

0 commit comments

Comments
 (0)