UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

6 lines (5 loc) 269 B
import type { TTemplateLiteralKind } from './index.mjs'; import { TypeBoxError } from '../error/index.mjs'; export declare class TemplateLiteralPatternError extends TypeBoxError { } export declare function TemplateLiteralPattern(kinds: TTemplateLiteralKind[]): string;