ba-auth_keystore_vault/src/index.ts
Alan Bridgeman e0747f5405
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 36s
Initial Commit
2026-02-18 08:55:30 -06:00

5 lines
No EOL
133 B
TypeScript

import { VaultKeystore } from './VaultKeystore.js';
const TYPE_NAME = VaultKeystore.TYPE_NAME;
export { VaultKeystore, TYPE_NAME };