codefeed/ts/plugins.ts

21 lines
402 B
TypeScript
Raw Normal View History

// module
import * as interfaces from './interfaces/index.js';
export {
interfaces,
}
2024-12-13 18:31:09 +01: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';
import * as lik from '@push.rocks/lik';
2024-12-13 18:31:09 +01:00
export {
qenv,
smartnpm,
smartxml,
smarttime,
lik,
2024-12-13 18:31:09 +01:00
}