UNPKG

@osaedasia/oresume

Version:

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

8 lines (7 loc) 246 B
import { SamError } from "@osaedasia/sam"; /** * Error thrown when attempting to initialize LanguageService with an empty language configuration. * @extends SamError */ export declare class EmptyLanguageConfigurationError extends SamError { }