fix(core): update

This commit is contained in:
2024-02-20 17:40:30 +01:00
parent 83b43f501d
commit 1b76e6882f
10 changed files with 412 additions and 313 deletions

13
ts/plugins.ts Normal file
View File

@@ -0,0 +1,13 @@
// apiglobal scope
import * as typedRequestInterfaces from '@api.global/typedrequest-interfaces';
export { typedRequestInterfaces };
// pushrocks scope
import * as isounique from '@push.rocks/isounique';
import * as lik from '@push.rocks/lik';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
import * as webrequest from '@push.rocks/webrequest';
export { isounique, lik, smartdelay, smartpromise, webrequest };