Comparing version 0.1.7 to 0.1.8
@@ -16,3 +16,3 @@ import type { JSONSchema } from './json-schema'; | ||
refined<TNominalKey extends string | symbol = never, TRefinement = unknown>(refinements: ElementOrArray<Refinement<TInMediums['value']>>, jsonSchema?: JSONSchema): RefinedType<this, TNominalKey, TRefinement>; | ||
nominal<TNominalKey extends string | symbol>(jsonSchema?: JSONSchema): RefinedType<this, TNominalKey, unknown>; | ||
nominal<TNominalKey extends string | symbol = never>(jsonSchema?: JSONSchema): RefinedType<this, TNominalKey, unknown>; | ||
nominalize(value: DenominalizeDeep<TInMediums['value']>): TInMediums['value']; | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "x-value", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"repository": "https://github.com/vilic/x-value.git", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -183,3 +183,3 @@ import type {Exact} from './@exact-context'; | ||
nominal<TNominalKey extends string | symbol>( | ||
nominal<TNominalKey extends string | symbol = never>( | ||
jsonSchema?: JSONSchema, | ||
@@ -186,0 +186,0 @@ ): RefinedType<this, TNominalKey, unknown>; |
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
461341