fix(core): update

This commit is contained in:
2024-05-30 19:01:39 +02:00
parent 4449c82611
commit 489fa237b9
11 changed files with 31 additions and 19 deletions

View File

@@ -8,8 +8,8 @@ import * as isounique from '@push.rocks/isounique';
import * as lik from '@push.rocks/lik';
import * as smartbuffer from '@push.rocks/smartbuffer';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartguard from '@push.rocks/smartguard';
import * as smartpromise from '@push.rocks/smartpromise';
import * as webrequest from '@push.rocks/webrequest';
export { isounique, lik, smartbuffer, smartdelay, smartpromise, webrequest };
export { isounique, lik, smartbuffer, smartdelay, smartguard, smartpromise, webrequest };