diff --git a/src/features/feature.ts b/src/features/feature.ts index 61cd7ed..c2f34f5 100644 --- a/src/features/feature.ts +++ b/src/features/feature.ts @@ -42,7 +42,9 @@ export type Replace = S & Omit; * with "this" bound to what the type will eventually be processed into. * Intended for making lazily evaluated objects. */ -export type OptionsFunc, S = R> = () => T & Partial & ThisType; +export type OptionsFunc, S = R> = () => T & + Partial & + ThisType; let id = 0; /**