Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 456 Bytes

castMutable.md

File metadata and controls

27 lines (14 loc) · 456 Bytes

mutativeDocs


mutative / castMutable

Function: castMutable()

castMutable<T>(draft): T

Cast a value to an Mutable type value.

Type Parameters

T

Parameters

draft: Draft<T>

Returns

T

Defined in

utils/cast.ts:20