From a5db8a65cad22c7b4c9025aa56d93aa0f14eb5fb Mon Sep 17 00:00:00 2001 From: Horiuchi_H Date: Mon, 1 Jun 2015 16:40:50 +0900 Subject: [PATCH] add reference to `node.d.ts` --- imagemagick-native/imagemagick-native.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imagemagick-native/imagemagick-native.d.ts b/imagemagick-native/imagemagick-native.d.ts index c69cd6d8d..e848fa32a 100644 --- a/imagemagick-native/imagemagick-native.d.ts +++ b/imagemagick-native/imagemagick-native.d.ts @@ -3,6 +3,8 @@ // Definitions by: Hiroki Horiuchi // Definitions: https://github.com/borisyankov/DefinitelyTyped +/// + declare module "imagemagick-native" { import stream = require('stream');