feat: First operational instance with just add

This commit is contained in:
Glen Whitney 2022-07-18 17:08:49 -07:00
parent cb016474ec
commit c5384e0ee7
6 changed files with 123 additions and 0 deletions

View file

@ -21,4 +21,7 @@
devDependencies: {
mocha: '^10.0.0',
},
dependencies: {
'typed-function': '^3.0.0',
},
}