Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 477 Bytes

Patch.md

File metadata and controls

17 lines (9 loc) · 477 Bytes

mutativeDocs


mutative / Patch

Type Alias: Patch<P>

Patch<P>: P extends object ? IPatch & object : P extends true | object ? IPatch & object : IPatch & object

Type Parameters

P extends PatchesOptions = any

Defined in

interface.ts:58