UNPKG

@ng-supabase/core

Version:

ng-supabase is a component library and helper utilities for integrating Supabase in your angular application.

7 lines (6 loc) 216 B
/** * Removes an item from an array. * @param list The list to remove the item from. * @param item The item to remove out of the list. */ export declare function removeItem(list: unknown[], item: unknown): void;