Type Alias EventOptionsOut
EventOptionsOut : {
guard: boolean;
type: "async" | "sync" | void;
}
guard: boolean;
type: "async" | "sync" | void;
}
Type declaration
guard: boolean
The guarded option.
type: "async" | "sync" | void
The type option.
The guarded option.
The type option.
The complete options for an event name returned from
entries
, etc.