UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

7 lines (6 loc) 213 B
import { Type } from "./type"; export declare class TypeValidateError<T> extends Error { readonly value: unknown; readonly type: Type<T>; constructor(message: string, value: unknown, type: Type<T>); }