npm install --save @types/express-xml-bodyparser
This package contains type definitions for express-xml-bodyparser (https://github.com/macedigital/express-xml-bodyparser).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-xml-bodyparser.
import { Handler } from "express";
import { ParserOptions as XmlParserOptions } from "xml2js";
declare function xmlparser(options?: XmlParserOptions): Handler;
declare namespace xmlparser {
// @deprecated Will be removed in future versions
let regexp: RegExp;
}
export = xmlparser;
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: @types/express, @types/xml2js
These definitions were written by Notice Maker, and Matthias Adler.