Initial Commit
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 36s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 36s
This commit is contained in:
commit
e0747f5405
14 changed files with 4785 additions and 0 deletions
5
src/index.ts
Normal file
5
src/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { VaultKeystore } from './VaultKeystore.js';
|
||||
|
||||
const TYPE_NAME = VaultKeystore.TYPE_NAME;
|
||||
|
||||
export { VaultKeystore, TYPE_NAME };
|
||||
Loading…
Add table
Add a link
Reference in a new issue