semblance-dev/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/Helpers.d.ts
2025-12-19 19:26:16 +00:00

7 lines
No EOL
329 B
TypeScript
Executable file

/**
* 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