fix(core): implement basic functionality

This commit is contained in:
2020-12-26 18:14:19 +00:00
parent 07655937f6
commit 09cd4c3feb
6 changed files with 312 additions and 303 deletions

View File

@@ -1,13 +1,17 @@
// @apiglobal scope
import * as typedrequest from '@apiglobal/typedrequest';
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export {
typedrequest
typedrequest,
typedrequestInterfaces,
}
// @pushrocks scope
import * as isohash from '@pushrocks/isohash';
import * as smartsocket from '@pushrocks/smartsocket';
export {
isohash,
smartsocket
}