Spaces:
Sleeping
Sleeping
File size: 187 Bytes
02745b8 | 1 2 3 4 5 6 7 | //#region src/plugin/parallel-plugin-implementation.ts
function defineParallelPluginImplementation(plugin) {
return plugin;
}
//#endregion
export { defineParallelPluginImplementation };
|