UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

9 lines (8 loc) 250 B
import { hasToast } from "./hasToast.js"; export function removeToast(toasts, name) { if (!hasToast(toasts, name)) { return toasts; } return toasts.filter((toast) => toast.name !== name); } //# sourceMappingURL=removeToast.js.map