fix(core): update

This commit is contained in:
2019-09-10 19:36:10 +02:00
parent f3d41b8719
commit ff7cdc908c
10 changed files with 85 additions and 22 deletions
+7
View File
@@ -3,6 +3,13 @@ import * as path from 'path';
export { path };
// apiglobal scope
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export {
typedrequestInterfaces
};
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smarthash from '@pushrocks/smarthash';