Searched defs:TransformerFactory (Results 1 – 5 of 5) sorted by relevance
8934 export type TransformerFactory<T extends Node> = (context: TransformationContext) => Transformer<T>; alias
4568 type TransformerFactory<T extends Node> = (context: TransformationContext) => Transformer<T>; alias
8571 type TransformerFactory<T extends Node> = (context: TransformationContext) => Transformer<T>; alias