@types/marked-terminal
Advanced tools
Comparing version 3.1.6 to 3.1.7
@@ -1,6 +0,1 @@ | ||
// Type definitions for marked-terminal 3.1 | ||
// Project: https://github.com/mikaelbr/marked-terminal | ||
// Definitions by: Bryan Kendall <https://github.com/bkendall> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import { Chalk } from "chalk"; | ||
@@ -7,0 +2,0 @@ import { Renderer } from "marked"; |
{ | ||
"name": "@types/marked-terminal", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"description": "TypeScript definitions for marked-terminal", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/marked-terminal", | ||
"name": "Bryan Kendall", | ||
"url": "https://github.com/bkendall", | ||
"githubUsername": "bkendall" | ||
"githubUsername": "bkendall", | ||
"url": "https://github.com/bkendall" | ||
} | ||
@@ -27,4 +27,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "106eb17acdd192f883f061751f88a372757b70286485b8141a84cfc0b2bb85a2", | ||
"typesPublisherContentHash": "ee1727d0ae05ea477cfdd11af4545c2fb3faa42feb2803e286e9e81da635a7ef", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for marked-terminal 3.1 | ||
// Project: https://github.com/mikaelbr/marked-terminal | ||
// Definitions by: Bryan Kendall <https://github.com/bkendall> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import { Chalk } from "chalk"; | ||
@@ -74,7 +69,6 @@ import { Renderer } from "marked"; | ||
### Additional Details | ||
* Last updated: Tue, 10 Oct 2023 18:07:32 GMT | ||
* Dependencies: [@types/chalk](https://npmjs.com/package/@types/chalk), [@types/marked](https://npmjs.com/package/@types/marked) | ||
* Global values: `TerminalRenderer` | ||
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT | ||
* Dependencies: [chalk](https://npmjs.com/package/chalk), [marked](https://npmjs.com/package/marked) | ||
# Credits | ||
These definitions were written by [Bryan Kendall](https://github.com/bkendall). |
6786
42
73