@app-config/utils
Advanced tools
Comparing version 2.8.6 to 2.8.7
@@ -6,3 +6,3 @@ export declare const isBrowser: boolean; | ||
export declare const appConfigImportRegex: RegExp; | ||
export declare type JsonPrimitive = number | string | boolean | null; | ||
export type JsonPrimitive = number | string | boolean | null; | ||
export interface JsonObject { | ||
@@ -13,3 +13,3 @@ [key: string]: Json; | ||
} | ||
export declare type Json = JsonPrimitive | JsonArray | JsonObject; | ||
export type Json = JsonPrimitive | JsonArray | JsonObject; | ||
export declare function isObject(obj: Json): obj is JsonObject; | ||
@@ -16,0 +16,0 @@ export declare function isPrimitive(obj: Json): obj is JsonPrimitive; |
@@ -6,3 +6,3 @@ export declare const isBrowser: boolean; | ||
export declare const appConfigImportRegex: RegExp; | ||
export declare type JsonPrimitive = number | string | boolean | null; | ||
export type JsonPrimitive = number | string | boolean | null; | ||
export interface JsonObject { | ||
@@ -13,3 +13,3 @@ [key: string]: Json; | ||
} | ||
export declare type Json = JsonPrimitive | JsonArray | JsonObject; | ||
export type Json = JsonPrimitive | JsonArray | JsonObject; | ||
export declare function isObject(obj: Json): obj is JsonObject; | ||
@@ -16,0 +16,0 @@ export declare function isPrimitive(obj: Json): obj is JsonPrimitive; |
{ | ||
"name": "@app-config/utils", | ||
"description": "Common utilities used in @app-config", | ||
"version": "2.8.6", | ||
"version": "2.8.7", | ||
"license": "MPL-2.0", | ||
@@ -6,0 +6,0 @@ "author": { |
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
15111