@types/showdown
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -1,4 +0,4 @@ | ||
// Type definitions for Showdown 1.7.2 | ||
// Type definitions for Showdown 1.7.3 | ||
// Project: https://github.com/coreyti/showdown | ||
// Definitions by: cbowdon <https://github.com/cbowdon>, Pei-Tang Huang <https://github.com/tan9> | ||
// Definitions by: cbowdon <https://github.com/cbowdon>, Pei-Tang Huang <https://github.com/tan9>, Ariel-Saldana <https://github.com/arielsaldana> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -365,2 +365,8 @@ | ||
} | ||
/** | ||
* Helper Interface | ||
*/ | ||
interface Helper { | ||
replaceRecursiveRegExp(...args: any[]): string; | ||
} | ||
@@ -371,2 +377,7 @@ /** Constructor function for a Converter */ | ||
/** | ||
* Showdown helper | ||
*/ | ||
var helper: Helper; | ||
/** | ||
* Setting a "global" option affects all instances of showdown | ||
@@ -373,0 +384,0 @@ */ |
{ | ||
"name": "@types/showdown", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "TypeScript definitions for Showdown", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "tan9" | ||
}, | ||
{ | ||
"name": "Ariel-Saldana", | ||
"url": "https://github.com/arielsaldana", | ||
"githubUsername": "arielsaldana" | ||
} | ||
@@ -26,4 +31,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "583cd4b1efc64c528a400c9502b16afd9a9b35dc093a9f10501d7a69cf1c7e8c", | ||
"typesPublisherContentHash": "816c0592a4ba733871073ab986ad3f18804e601f4f6185ef2e5fd2b8bdbaf060", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 13 Nov 2017 22:32:37 GMT | ||
* Last updated: Fri, 09 Mar 2018 00:40:02 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: showdown | ||
# Credits | ||
These definitions were written by cbowdon <https://github.com/cbowdon>, Pei-Tang Huang <https://github.com/tan9>. | ||
These definitions were written by cbowdon <https://github.com/cbowdon>, Pei-Tang Huang <https://github.com/tan9>, Ariel-Saldana <https://github.com/arielsaldana>. |
16489
404