initial implementation master v1.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 17 May 2025 21:16:39 +0000 (14:16 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 17 May 2025 21:35:36 +0000 (14:35 -0700)
commit539194167ba0ab16a337dba008773bf419e81ca4
treeb19188d5d1ffd5f92a6b427d2138fe44f2a20098
parentf97b5298324cced52cac3f902b5f43c697d7f581
initial implementation
15 files changed:
.gitignore [new file with mode: 0644]
.husky/pre-commit [new file with mode: 0644]
.npmrc [new file with mode: 0644]
.nycrc.json [new file with mode: 0644]
README.md [new file with mode: 0644]
eslint.config.js [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/buffer-key-translator.js [new file with mode: 0644]
lib/translated-map-factory.js [new file with mode: 0644]
lib/translated-set-factory.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
test/buffer-key-translator.js [new file with mode: 0644]
test/translated-map-factory.js [new file with mode: 0644]
test/translated-set-factory.js [new file with mode: 0644]