fix(core): update

This commit is contained in:
2023-10-03 07:53:28 +02:00
parent de454b4c8d
commit 4abaea84f8
7 changed files with 94 additions and 74 deletions

View File

@ -2,5 +2,6 @@ import * as isohash from '@push.rocks/isohash';
import * as smartjson from '@push.rocks/smartjson';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
import * as webstore from '@push.rocks/webstore';
export { isohash, smartjson, smartpromise, smartrx };
export { isohash, smartjson, smartpromise, smartrx, webstore };