@nodecfdi/sat-ws-descarga-masiva
    Preparing search index...

    Implements

    Index

    Constructors

    Methods

    • Traverse each file inside the package, with the filename as key and file content as value

      Returns AsyncGenerator<Map<string, string>>

    • Returns Promise<
          {
              files: Record<string, string>;
              metadata: Record<string, Record<string, string>>;
              source: string;
          },
      >