initial commit v1.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 8 Oct 2021 23:32:22 +0000 (16:32 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 22 Oct 2021 23:00:12 +0000 (16:00 -0700)
commite648aedc1c912cd07da0b1dad7be3910248b25c9
tree819fc71018543ac66d4584c1c34296df4d4e3004
parentf84e1d40042316d96b03996f070a50a831812813
initial commit
14 files changed:
.eslintrc.json [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/common.js [new file with mode: 0644]
lib/communication.js [new file with mode: 0644]
lib/enum.js [new file with mode: 0644]
lib/utility.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
test/lib/common.js [new file with mode: 0644]
test/lib/communication.js [new file with mode: 0644]
test/stub-logger.js [new file with mode: 0644]
test/test-data/communication.js [new file with mode: 0644]