Comparing version 1.5.2 to 1.6.0
@@ -0,1 +1,2 @@ | ||
export type { Equals } from "./Equals"; | ||
/** @see <https://docs.tsafe.dev/assert#error-thrown> */ | ||
@@ -2,0 +3,0 @@ export declare class AssertionError extends Error { |
@@ -0,1 +1,2 @@ | ||
export type { Equals } from "./Equals.mjs"; | ||
/** @see <https://docs.tsafe.dev/assert#error-thrown> */ | ||
@@ -2,0 +3,0 @@ export declare class AssertionError extends Error { |
{ | ||
"name": "tsafe", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"description": "A collection of utilities to step up your TypeScript game", | ||
@@ -5,0 +5,0 @@ "repository": { |
/* eslint-disable @typescript-eslint/no-unused-vars */ | ||
import { overwriteReadonlyProp } from "./lab/overwriteReadonlyProp"; | ||
import { assertIsRefWrapper } from "./zz_internal/assertIsRefWrapper"; | ||
export type { Equals } from "./Equals"; | ||
@@ -5,0 +6,0 @@ /** @see <https://docs.tsafe.dev/assert#error-thrown> */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
141526
1908