@types/markdown-it
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -100,3 +100,3 @@ // Type definitions for markdown-it | ||
interface Rule { | ||
(state: any): void; | ||
(state: any, silent?: boolean): void; | ||
} | ||
@@ -103,0 +103,0 @@ |
{ | ||
"name": "@types/markdown-it", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "TypeScript definitions for markdown-it", | ||
@@ -20,8 +20,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2f7529c50b6199709fdc6feb0cf57a62152dccef7db4367ab91bc5af8bfd4c8b", | ||
"typesPublisherContentHash": "e36875c65ddb2ee45958eecfdef15127bb48bbe0bd8f7b6970e39cc4e2426e99", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it | ||
Additional Details | ||
* Last updated: Wed, 06 Sep 2017 14:55:01 GMT | ||
* Last updated: Fri, 03 Aug 2018 01:26:21 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: markdownit |
Sorry, the diff of this file is not supported yet
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
7233