Somehow managed to completely forget to include index file �♂️
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
This commit is contained in:
parent
6895111f69
commit
b939b80a49
1 changed files with 4 additions and 0 deletions
4
src/index.ts
Normal file
4
src/index.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { Keystore } from './Keystore.js';
|
||||
import { BaseKeystore } from './BaseKeystore.js';
|
||||
|
||||
export { Keystore, BaseKeystore };
|
||||
Loading…
Add table
Add a link
Reference in a new issue