gitlab/ts/gitlab.plugins.ts

14 lines
309 B
TypeScript
Raw Permalink Normal View History

2021-10-04 20:02:47 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
}
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 };