mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Change comment
This commit is contained in:
@@ -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");
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user