mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 12:33:38 +08: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);
|