Replaces legacy @mojoio/gitlab with modern ESM TypeScript client supporting projects, groups, CI/CD variables, and pipelines.
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
import * as smartlog from '@push.rocks/smartlog';
|
|
import * as smartrequest from '@push.rocks/smartrequest';
|
|
|
|
export { smartlog, smartrequest };
|