codefeed/ts/codefeed.plugins.ts

8 lines
136 B
TypeScript
Raw Normal View History

2024-12-13 17:31:09 +00:00
// @push.rocks
import * as qenv from '@push.rocks/qenv'
import * as smartnpm from '@push.rocks/smartnpm'
2024-12-13 17:31:09 +00:00
export {
qenv,
smartnpm,
2024-12-13 17:31:09 +00:00
}