UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

5 lines (4 loc) 262 B
import { Type } from "./type"; export declare function validate<T>(name: string | null, value: unknown, type: Type<T>): asserts value is T; export declare function typeToString(type: Type): string; export declare function inlineTypeToString(type: Type): string;