UNPKG

aborter

Version:

A minimal reimplementation of AbortController and AbortSignal.

4 lines (3 loc) 83 B
type Event = 'abort'; type Listener = () => void; export type { Event, Listener };