UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

7 lines (6 loc) 285 B
import * as d from '../../declarations'; import ts from 'typescript'; /** * Mainly used as the typescript preprocessor for unit tests */ export declare function transpileModule(config: d.Config, input: string, opts?: ts.CompilerOptions, sourceFilePath?: string): d.TranspileResults;