@types/jsonabc
Advanced tools
@@ -17,5 +17,5 @@ // Type definitions for jsonabc 2.3 | ||
| */ | ||
| export function sortObj(input: object, noArray?: boolean): object; | ||
| export function sortObj<T extends object>(input: T, noArray?: boolean): T; | ||
| /** Remove trailing commas */ | ||
| export function cleanJSON(input: string): string; |
| { | ||
| "name": "@types/jsonabc", | ||
| "version": "2.3.0", | ||
| "version": "2.3.1", | ||
| "description": "TypeScript definitions for jsonabc", | ||
@@ -17,8 +17,9 @@ "license": "MIT", | ||
| "type": "git", | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
| "directory": "types/jsonabc" | ||
| }, | ||
| "scripts": {}, | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "1a646a1b2ea7e80e55f6e8a5a016dacc948e77830f056984cce26cf3b6f516ce", | ||
| "typesPublisherContentHash": "16b81994785c06f59c0dde6bfb1889da61ff78f5963ca32af5ea1fd700495d4f", | ||
| "typeScriptVersion": "2.2" | ||
| } |
@@ -5,3 +5,3 @@ # Installation | ||
| # Summary | ||
| This package contains type definitions for jsonabc (http://novicelab.org/jsonabc). | ||
| This package contains type definitions for jsonabc ( http://novicelab.org/jsonabc ). | ||
@@ -12,3 +12,3 @@ # Details | ||
| Additional Details | ||
| * Last updated: Wed, 16 Jan 2019 07:33:16 GMT | ||
| * Last updated: Mon, 29 Apr 2019 17:44:04 GMT | ||
| * Dependencies: none | ||
@@ -15,0 +15,0 @@ * Global values: none |
3019
1.62%