@ts-common/json
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -8,3 +8,4 @@ import { StringMap } from "@ts-common/string-map"; | ||
export declare type JsonArray = JsonArrayInterface & object; | ||
export declare type Json = null | boolean | string | number | JsonArray | JsonObject; | ||
export declare type JsonPrimitive = null | boolean | string | number; | ||
export declare type Json = JsonPrimitive | JsonArray | JsonObject; | ||
export interface Visitor<T> { | ||
@@ -11,0 +12,0 @@ asNull(): T; |
{ | ||
"name": "@ts-common/json", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "JSON Data Type", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14031
37