esl-lite
    Preparing search index...

    Type Alias AbortSignalEvents

    Type for event handlers for AbortSignalEventEmitter

    type AbortSignalEvents = {
        abort: (a: undefined) => void;
    }
    Index

    Properties

    Properties

    abort: (a: undefined) => void