mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
fix nvnc, zeromq, icheck and unity-webapi definitions
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/// <reference path='zmq.d.ts' />
|
||||
|
||||
import zeromq = module('zmq');
|
||||
var zmq: zeromq;
|
||||
import zmq = module('zmq');
|
||||
|
||||
function test1() {
|
||||
var sock = zmq.socket('push');
|
||||
|
||||
Reference in New Issue
Block a user