Files
game-cards-poker-design/frontend/node_modules/rolldown/dist/parallel-plugin.mjs

7 lines
187 B
JavaScript
Raw Normal View History

//#region src/plugin/parallel-plugin-implementation.ts
function defineParallelPluginImplementation(plugin) {
return plugin;
}
//#endregion
export { defineParallelPluginImplementation };