gitlab/ts/gitlab.plugins.ts
2021-10-04 22:02:47 +02:00

14 lines
309 B
TypeScript

// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
}
// pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smarturl from '@pushrocks/smarturl';
export { smartfile, smartrequest, smarturl };