mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 04:50:54 +08:00
Made import ES6 compatible
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="pdfobject.d.ts" />
|
||||
|
||||
import PDFObject = require("pdfobject");
|
||||
import * as PDFObject from "pdfobject";
|
||||
|
||||
function test_embedding_with_url_only() {
|
||||
var el:HTMLElement = PDFObject.embed("url");
|
||||
|
||||
Reference in New Issue
Block a user