@arcmantle/library
    Preparing search index...

    Type Alias DeepWriteable<T>

    DeepWriteable: { -readonly [P in keyof T]: DeepWriteable<T[P]> }

    Removes readonly from a nested ArrayLike.

    Type Parameters

    • T