UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

3 lines 132 B
import { AbortError } from "./AbortError.js"; import { TimeoutError } from "./TimeoutError.js"; export { AbortError, TimeoutError };