@types/marked
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -80,2 +80,13 @@ // Type definitions for Marked 0.6 | ||
class InlineLexer { | ||
constructor(links: string[], options?: MarkedOptions); | ||
static rules: Rules; | ||
static output(src: string, links: string[], options?: MarkedOptions): string; | ||
output(src: string): string; | ||
static escapes(text: string): string; | ||
outputLink(cap: string[], link: string): string; | ||
smartypants(text: string): string; | ||
mangle(text: string): string; | ||
} | ||
class Renderer { | ||
@@ -82,0 +93,0 @@ constructor(options?: MarkedOptions); |
{ | ||
"name": "@types/marked", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "TypeScript definitions for Marked", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4af229462d3c821ebd9ae55ef5dcb29bcdefb882230d199db2ee5ff1552a7558", | ||
"typesPublisherContentHash": "d029bfe0e5f95ad497d7421189532e9fdfe8c99b6c3b4e7b1c9a56313106a4d9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 09 Mar 2019 00:37:21 GMT | ||
* Last updated: Mon, 01 Apr 2019 19:25:51 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: marked |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12805
287