WithFnsConfig
ts
type WithFnsConfig = Partial<{
fns: Fns;
options: WithFnsOptions;
}>;Defined in: options/config.ts:117
Config for withFns.
Since
1.0.0
Author
Simon Kovtyk