Skip to content

Commit a5db8a6

Browse files
committed
add reference to node.d.ts
1 parent 480df87 commit a5db8a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

imagemagick-native/imagemagick-native.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Definitions by: Hiroki Horiuchi <https://github.com/horiuchi>
44
// Definitions: https://github.com/borisyankov/DefinitelyTyped
55

6+
/// <reference path="../node/node.d.ts" />
7+
68
declare module "imagemagick-native" {
79

810
import stream = require('stream');

0 commit comments

Comments
 (0)