UNPKG

@maverick-js/compiler

Version:

Maverick toolchain including the analyzer and compiler.

4 lines (3 loc) 187 B
import ts from 'typescript'; import { type EventMeta } from './component'; export declare function buildEventsMeta(checker: ts.TypeChecker, typesRoot?: ts.Type): EventMeta[] | undefined;