codefeed/ts/codefeed.plugins.ts

19 lines
355 B
TypeScript
Raw Normal View History

// module
import * as interfaces from './interfaces/index.js';
export {
interfaces,
}
2024-12-13 17:31:09 +00:00
// @push.rocks
import * as qenv from '@push.rocks/qenv';
import * as smartnpm from '@push.rocks/smartnpm';
import * as smartxml from '@push.rocks/smartxml';
import * as smarttime from '@push.rocks/smarttime';
2024-12-13 17:31:09 +00:00
export {
qenv,
smartnpm,
smartxml,
smarttime,
2024-12-13 17:31:09 +00:00
}