annator / aimoneyflow /node_modules /rolldown /dist /parallel-plugin.mjs
techprotrade's picture
Add aimoneyflow directory (part 10)
13971d4 verified
Raw
History Blame Contribute Delete
187 Bytes
//#region src/plugin/parallel-plugin-implementation.ts
function defineParallelPluginImplementation(plugin) {
return plugin;
}
//#endregion
export { defineParallelPluginImplementation };