mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00: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