Add exports
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export * as signature from './src/signature'
|
||||
export * as boxes from './src/boxes'
|
||||
export * as JWT from './src/jwt'
|
||||
export {pbkdf} from './src/pbkdf'
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
export {PrivateBox} from './asymmetric'
|
||||
export {SecretBox} from './symmetric'
|
||||
export {PwdBox} from './pwd'
|
||||
|
||||
export {PrivateWrap} from './private-wrap'
|
||||
export {SecretWrap} from './secret-wrap'
|
||||
export {PwdWrap} from './pwd-wrap'
|
||||
Reference in New Issue
Block a user