Skip to content

@mastondzn/dank-twitch-irc / OverrideFunctions

Type alias: OverrideFunctions<S, T>

OverrideFunctions<S, T>: { [K in keyof T as T[K] extends Function ? K : never]?: OverrideFunction<S, T, K> }

Type parameters

S

T extends Record<string, any>

Source

src/utils/apply-function-replacements.ts:38