@arcmantle/library
    Preparing search index...

    Type Alias Writeable<T>

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

    Removes readonly from a flat ArrayLike.

    Type Parameters

    • T