mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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);
|