gitlab/ts/gitlab.plugins.ts

7 lines
223 B
TypeScript
Raw Normal View History

2021-05-16 12:16:35 +00:00
// pushrocks scope
2021-05-16 23:50:56 +00:00
import * as smartfile from '@pushrocks/smartfile';
2021-05-16 12:16:35 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
import * as smarturl from '@pushrocks/smarturl';
2021-05-16 23:50:56 +00:00
export { smartfile, smartrequest, smarturl };