UNPKG

@maverick-js/compiler

Version:

Maverick toolchain including the analyzer and compiler.

4 lines (3 loc) 143 B
import type ts from 'typescript'; import { type FileMeta } from './component'; export declare function buildFileMeta(node: ts.Node): FileMeta;