mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-04 22:50:36 +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();
|