mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +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');
|
||||
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Dave McKeown <http://github.com/davemckeown>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare interface EventEmitter {};
|
||||
interface EventEmitter {}
|
||||
|
||||
declare module 'zmq' {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user