UNPKG

122 BTypeScriptView Raw
1/**
2 * Abort signal
3 *
4 * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal
5 */
6export type Signal = any;