@types/express-xml-bodyparser
TypeScript icon, indicating that this package has built-in type declarations

0.3.5 • Public • Published

Installation

npm install --save @types/express-xml-bodyparser

Summary

This package contains type definitions for express-xml-bodyparser (https://github.com/macedigital/express-xml-bodyparser).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-xml-bodyparser.

index.d.ts

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;

Additional Details

Credits

These definitions were written by Notice Maker, and Matthias Adler.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/express-xml-bodyparser

Weekly Downloads

24,209

Version

0.3.5

License

MIT

Unpacked Size

3.64 kB

Total Files

5

Last publish

Collaborators

  • types