mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
marked.d.ts: Fix TS1202 for --target es6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="marked.d.ts" />
|
||||
|
||||
import marked = require('marked');
|
||||
import * as marked from 'marked';
|
||||
|
||||
var options: MarkedOptions = {
|
||||
gfm: true,
|
||||
|
||||
Reference in New Issue
Block a user