Skip to content

ForkOptions type

Home > @rimitive/core > ForkOptions

Options for forking a context

Signature:

export type ForkOptions = {
instrumentation?: InstrumentationContext;
};

References: InstrumentationContext