UNPKG

@osaedasia/oresume

Version:

A user-friendly library for generating complete Single Page Applications (SPAs)

8 lines (7 loc) 220 B
import { SamError } from "@osaedasia/sam"; /** * Error thrown when Web Workers are not supported in the current environment. * @extends SamError */ export declare class WebWorkerNotSupportedError extends SamError { }