Skip to content

ComposeOptions type

Home > @rimitive/core > ComposeOptions

Options for composing modules

Signature:

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

References: InstrumentationContext