Files
PasswordManager/node_modules/@azure/msal-browser/dist/utils/Helpers.d.ts
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

7 lines
323 B
TypeScript

/**
* Utility function to remove an element from an array in place.
* @param array - The array from which to remove the element.
* @param element - The element to remove from the array.
*/
export declare function removeElementFromArray(array: Array<string>, element: string): void;
//# sourceMappingURL=Helpers.d.ts.map