@ts-common/json
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -9,3 +9,4 @@ import { StringMap } from "@ts-common/string-map"; | ||
export declare type JsonPrimitive = null | boolean | string | number; | ||
export declare type Json = JsonPrimitive | JsonArray | JsonObject; | ||
export declare type JsonRef = JsonObject | JsonArray; | ||
export declare type Json = JsonPrimitive | JsonRef; | ||
export interface Visitor<T> { | ||
@@ -12,0 +13,0 @@ asNull(): T; |
{ | ||
"name": "@ts-common/json", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"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
14071
38