• Empty the object

    Example

    const obj = { a: 1 };
    empty(obj);
    // obj = {};

    Parameters

    • obj: Record<string, unknown>

    Returns void

Generated using TypeDoc