UNPKG

@dxtmisha/functional-basic

Version:

Core functional utility library for modern web development without framework dependencies

8 lines (7 loc) 266 B
/** * Stop listening to events in depth. * * Остановить прослушивания события в глубину. * @param event event instance/ экземпляр события */ export declare function eventStopPropagation(event: Event): void;