• Empty the array

    Example

    const arr = [1,3];
    empty(arr);
    // arr = []

    Type Parameters

    • T

    Parameters

    • arr: T[]

    Returns void

Generated using TypeDoc