Change comment

This commit is contained in:
Eric HILLAH
2015-07-03 22:23:49 +02:00
parent b3272a6c76
commit 4c0cb630a8
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
/// <reference path="./blob-stream.d.ts" />
/// <reference path="../node/node.d.ts" />
var bl = BlobStream();
var bl = require('blob-stream');
var blob = bl.toBlob("aplication/PDF");
var brl = bl.toBlobURL("app/JSON");
var brl = bl.toBlobURL("app/JSON");
+1 -1
View File
@@ -1,4 +1,4 @@
// Type definitions for Pdfkit v0.7.1
// Type definitions for blob-stream v0.1.3
// Project: https://github.com/devongovett/blob-stream
// Definitions by: Eric Hillah <https://github.com/erichillah>
// Definitions: https://github.com/borisyankov/DefinitelyTyped