web-component-analyzer
Version:
CLI that analyzes web components
9 lines • 358 B
TypeScript
import { TransformerFunction } from "../transformer-function";
/**
* Transforms results to json using the schema found in the PR at https://github.com/webcomponents/custom-elements-json/pull/9
* @param results
* @param program
* @param config
*/
export declare const json2Transformer: TransformerFunction;
//# sourceMappingURL=json2-transformer.d.ts.map