fix(core): update

This commit is contained in:
2021-05-16 12:16:35 +00:00
parent af5bb4b3b5
commit 580bf9027b
19 changed files with 11822 additions and 345 deletions

8
ts/gitlab.plugins.ts Normal file
View File

@@ -0,0 +1,8 @@
// pushrocks scope
import * as smartrequest from '@pushrocks/smartrequest';
import * as smarturl from '@pushrocks/smarturl';
export {
smartrequest,
smarturl
};