TenantAtlas/apps/platform/.pnpm-store/v10/files/66/945e42843ebb3167e659bc2d348aeffb75ad6a01834a160f854ecc9e5de9c6d1387ca6c160d492b58c5cc5016f5b4eb1827230640f3108a67d7d1bb1595f8f
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

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