mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
3 lines
189 B
TypeScript
3 lines
189 B
TypeScript
import { abortable, anyAbortSignal } from "./events/abort.js";
|
|
import { EventLike, isEventLike } from "./events/event-like.js";
|
|
export { EventLike, abortable, anyAbortSignal, isEventLike }; |