mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-07 01:12:54 +00:00
* adding react-owl-carousel types * Update Definitions by list Fix Test error * Fix tslint Fix tsconfig * Add new Type body-parser-xml
5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
import bodyParser = require('body-parser');
|
|
import bodyParserXml = require('body-parser-xml');
|
|
|
|
bodyParserXml(bodyParser);
|