fix(core): update

This commit is contained in:
2022-08-05 13:31:11 +02:00
parent d03f086c92
commit 7d867ea6ab
10 changed files with 85 additions and 88 deletions

View File

@@ -5,10 +5,4 @@ import * as smartpromise from '@pushrocks/smartpromise';
import * as smarturl from '@pushrocks/smarturl';
import * as webrequest from '@pushrocks/webrequest';
export {
smartdelay,
smartobject,
smartpromise,
smarturl,
webrequest,
}
export { smartdelay, smartobject, smartpromise, smarturl, webrequest };