feat(sdk): add initial browser and server authentication SDK exports
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import * as crypto from 'crypto';
|
||||
|
||||
export { crypto };
|
||||
|
||||
import * as idpInterfaces from '@idp.global/interfaces';
|
||||
|
||||
export { idpInterfaces };
|
||||
|
||||
import * as typedrequest from '@api.global/typedrequest';
|
||||
import * as typedsocket from '@api.global/typedsocket';
|
||||
|
||||
export { typedrequest, typedsocket };
|
||||
|
||||
import * as smartdata from '@push.rocks/smartdata';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
|
||||
export { smartdata, smartpromise };
|
||||
Reference in New Issue
Block a user