@types/relaxed-json
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,6 +0,1 @@ | ||
// Type definitions for relaxed-json 1.0 | ||
// Project: https://github.com/phadej/relaxed-json | ||
// Definitions by: Mikal Madsen <https://github.com/18steps> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export type Reviver = (this: {}, key: string, value: any) => any; | ||
@@ -7,0 +2,0 @@ export function transform(text: string): string; |
{ | ||
"name": "@types/relaxed-json", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for relaxed-json", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/relaxed-json", | ||
"name": "Mikal Madsen", | ||
"url": "https://github.com/18steps", | ||
"githubUsername": "18steps" | ||
"githubUsername": "18steps", | ||
"url": "https://github.com/18steps" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3b0bb0875704fdfd09cc21894e7dc5b2bf62ce424a1ad6570b202d1e8fda40f7", | ||
"typesPublisherContentHash": "ad3ef9303aae5991b0c484eddb045a66a01ffa412ad793fb90d0de19856e11db", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for relaxed-json 1.0 | ||
// Project: https://github.com/phadej/relaxed-json | ||
// Definitions by: Mikal Madsen <https://github.com/18steps> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export type Reviver = (this: {}, key: string, value: any) => any; | ||
@@ -32,7 +27,6 @@ export function transform(text: string): string; | ||
### Additional Details | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Mikal Madsen](https://github.com/18steps). |
3457
11
31