UNPKG

@nodecfdi/cfdi-cleaner

Version:

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

5 lines (4 loc) 176 B
import { type XmlStringCleanerInterface } from '#src/types'; export default class AppendXmlDeclaration implements XmlStringCleanerInterface { clean(xml: string): string; }