codefeed/ts/codefeed.plugins.ts

10 lines
200 B
TypeScript

// @push.rocks
import * as qenv from '@push.rocks/qenv';
import * as smartnpm from '@push.rocks/smartnpm';
import * as smartxml from '@push.rocks/smartxml';
export {
qenv,
smartnpm,
smartxml,
}