MetaFor - v0.3.1
    Preparing search index...

    Type Alias SanitizerFactory

    SanitizerFactory: (
        node: Node,
        name: string,
        type: "property" | "attribute",
    ) => ValueSanitizer

    Type declaration

      • (node: Node, name: string, type: "property" | "attribute"): ValueSanitizer
      • Parameters

        • node: Node
        • name: string
        • type: "property" | "attribute"

        Returns ValueSanitizer