Comparing version 3.0.0 to 3.1.0
export declare type Json = string | number | boolean | null | { | ||
[property: string]: Json; | ||
} | Json[]; | ||
export interface Jsonable<T> { | ||
toJSON(key: string): T; | ||
} |
{ | ||
"name": "justypes", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Dumb types for TypeScript in the real world", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -25,2 +25,3 @@ # justypes | ||
- Json | ||
- Jsonable | ||
- NonEmptyArray | ||
@@ -36,2 +37,1 @@ - Nullish | ||
- ConstructorOfTypedArray | ||
- ReturnTypeOfConstructor |
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
10563
92