fix(core): update

This commit is contained in:
2023-08-06 16:37:39 +02:00
parent 1b41d5e3ad
commit 64e5f30bad
5 changed files with 107 additions and 226 deletions

View File

@@ -7,8 +7,9 @@ export { typedrequest, typedrequestInterfaces };
// @pushrocks scope
import * as isohash from '@push.rocks/isohash';
import * as smartjson from '@push.rocks/smartjson';
import * as smartrx from '@push.rocks/smartrx';
import * as smartsocket from '@push.rocks/smartsocket';
import * as smartstring from '@push.rocks/smartstring';
import * as smarturl from '@push.rocks/smarturl';
export { isohash, smartjson, smartsocket, smartstring, smarturl };
export { isohash, smartjson, smartrx, smartsocket, smartstring, smarturl };