Skip to main content
Version: Next

Type alias: PrimitiveHasApplyOptions<T>

PrimitiveHasApplyOptions<T>: T & Required<Pick<T, "applyOptions">>

Primitive has applyOptions as a method for adjusting the options after creation.

Type parameters

T extends object