gitlab/ts/gitlab.plugins.ts

9 lines
165 B
TypeScript
Raw Permalink Normal View History

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