mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Restify: changed "import module" to "import require"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="restify.d.ts" />
|
||||
|
||||
import restify = module("restify");
|
||||
import restify = require("restify");
|
||||
|
||||
var server = restify.createServer({
|
||||
formatters: {
|
||||
|
||||
Reference in New Issue
Block a user