@types/marked
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -130,2 +130,3 @@ // Type definitions for Marked 0.6 | ||
constructor(options?: MarkedOptions); | ||
static parse(src: TokensList, options?: MarkedOptions): string; | ||
parse(src: TokensList): string; | ||
@@ -139,6 +140,7 @@ next(): Token; | ||
class Lexer { | ||
rules: Rules; | ||
tokens: TokensList; | ||
constructor(options?: MarkedOptions); | ||
static rules: Rules; | ||
static lex(src: TokensList, options?: MarkedOptions): TokensList; | ||
lex(src: string): TokensList; | ||
token(src: string, top: boolean): TokensList; | ||
} | ||
@@ -145,0 +147,0 @@ |
{ | ||
"name": "@types/marked", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "TypeScript definitions for Marked", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d029bfe0e5f95ad497d7421189532e9fdfe8c99b6c3b4e7b1c9a56313106a4d9", | ||
"typesPublisherContentHash": "2b1adeb03750cdca09ac9c9e1e07d4f4e93b27a9c499696af1a59aceb7172e4e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 01 Apr 2019 19:25:51 GMT | ||
* Last updated: Wed, 03 Apr 2019 18:23:30 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
12984
289