mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-05 22:35:56 +08:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import * as plugins from 'restify-plugins';
|
|
|
|
plugins.bodyParser();
|
|
plugins.pre.context();
|
|
plugins.dateParser();
|