frontend/.pnpm-store/v3/files/66/945e42843ebb3167e659bc2d348aeffb75ad6a01834a160f854ecc9e5de9c6d1387ca6c160d492b58c5cc5016f5b4eb1827230640f3108a67d7d1bb1595f8f

7 lines
258 B
Plaintext

/**
* Removes an item from an array, mutating it.
* @param arr The array to remove the item from
* @param item The item to remove
*/
export declare function arrRemove<T>(arr: T[] | undefined | null, item: T): void;
//# sourceMappingURL=arrRemove.d.ts.map