Vinyl
    Preparing search index...

    Type Alias MutableObject<T>

    MutableObject: { -readonly [P in keyof T]: T[P] }

    A mutable object. Do not use this directly, use Mutable instead, which works for dates, maps, sets, etc.

    Type Parameters

    • T