UNPKG

@nodecfdi/cfdi-cleaner

Version:

Librería para limpiar comprobantes fiscales digitales v3.3 y v4.0

6 lines (5 loc) 204 B
import { type XmlStringCleanerInterface } from '#src/types'; export default class XmlNsSchemaLocation implements XmlStringCleanerInterface { clean(xml: string): string; private cleanTagContent; }