Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 485 Bytes

castDraft.md

File metadata and controls

27 lines (14 loc) · 485 Bytes

mutativeDocs


mutative / castDraft

Function: castDraft()

castDraft<T>(value): Draft<T>

Cast a value to an Draft type value.

Type Parameters

T

Parameters

value: T

Returns

Draft<T>

Defined in

utils/cast.ts:6