Initial Commit
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 36s

This commit is contained in:
Alan Bridgeman 2026-02-18 08:55:30 -06:00
commit e0747f5405
14 changed files with 4785 additions and 0 deletions

5
src/index.ts Normal file
View file

@ -0,0 +1,5 @@
import { VaultKeystore } from './VaultKeystore.js';
const TYPE_NAME = VaultKeystore.TYPE_NAME;
export { VaultKeystore, TYPE_NAME };