@ibyar/cli
Version:
The Ibyar/Aurora CLI tool
8 lines • 368 B
TypeScript
import ts from 'typescript/lib/tsserverlibrary.js';
/**
* search for `@Directive({})` and to register with the html parser
* @param program a ts program
* @returns a transformer factory of source file
*/
export declare function beforeCompileDirectiveOptions(program: ts.Program): ts.TransformerFactory<ts.SourceFile>;
//# sourceMappingURL=before-directive.d.ts.map