UNPKG

258 BTypeScriptView Raw
1/**
2 * Removes an item from an array, mutating it.
3 * @param arr The array to remove the item from
4 * @param item The item to remove
5 */
6export declare function arrRemove<T>(arr: T[] | undefined | null, item: T): void;
7//# sourceMappingURL=arrRemove.d.ts.map
\No newline at end of file