yaschema-api
Advanced tools
Comparing version 3.7.1 to 3.8.0
@@ -1,2 +0,4 @@ | ||
export type AnyStringSerializableType = string | number | boolean; | ||
export type AnyStringSerializableType = string | number | boolean | { | ||
isStringSerializable: true; | ||
}; | ||
//# sourceMappingURL=AnyStringSerializableType.d.ts.map |
{ | ||
"name": "yaschema-api", | ||
"version": "3.7.1", | ||
"version": "3.8.0", | ||
"description": "Yet another API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,1 +0,1 @@ | ||
export type AnyStringSerializableType = string | number | boolean; | ||
export type AnyStringSerializableType = string | number | boolean | { isStringSerializable: true }; |
Sorry, the diff of this file is not supported yet
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
155288
1980