Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 639 Bytes

TestFunction.md

File metadata and controls

31 lines (19 loc) · 639 Bytes

betterbeDocs


betterbe / TestFunction

Type Alias: TestFunction()<TData>

TestFunction<TData>: (value, path?, key?) => void

Type Parameters

Type Parameter Default type
TData unknown

Parameters

Parameter Type
value Partial<TData>
path? string[]
key? string

Returns

void

Defined in

src/types.ts:19