Files
memecoin-botV2/.pnpm-store/v10/files/c5/7cd68d174e97b392295ac6b4ff499b0e4a1ccc1b17cfac28e313c01c925c79541465a7304c33c6c68ca243389fd6420113aa1c265833293281b76a3fd3a41e

12 lines
609 B
Plaintext

import { T as Plugin, Ut as MaybePromise } from "./shared/define-config-Dsp5YQR4.mjs";
//#region src/plugin/parallel-plugin-implementation.d.ts
type ParallelPluginImplementation = Plugin;
type Context = {
/**
* Thread number
*/
threadNumber: number;
};
declare function defineParallelPluginImplementation<Options>(plugin: (Options: Options, context: Context) => MaybePromise<ParallelPluginImplementation>): (Options: Options, context: Context) => MaybePromise<ParallelPluginImplementation>;
//#endregion
export { type Context, type ParallelPluginImplementation, defineParallelPluginImplementation };