UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

5 lines (4 loc) 261 B
import * as ts from 'typescript'; import { StringChange, Tree } from '@nrwl/devkit'; export declare function readTsSourceFile(host: Tree, path: string): ts.SourceFile; export declare function addImport(source: ts.SourceFile, statement: string): StringChange[];