UNPKG

@storm-software/workspace-tools

Version:

Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.

6 lines (3 loc) 187 B
import ts from 'typescript'; declare const getTypiaTransform: (program: ts.Program, diagnostics: ts.Diagnostic[]) => ts.TransformerFactory<ts.SourceFile>; export { getTypiaTransform };