Comparing version 1.5.1 to 1.5.2
@@ -11,2 +11,3 @@ export * from "./assert.mjs"; | ||
export type { PickOptionals } from "./PickOptionals.mjs"; | ||
export type { PickRequired } from "./PickRequired.mjs"; | ||
export type { ReturnType } from "./ReturnType.mjs"; | ||
@@ -13,0 +14,0 @@ export * from "./typeGuard.mjs"; |
@@ -11,2 +11,3 @@ export * from "./assert"; | ||
export type { PickOptionals } from "./PickOptionals"; | ||
export type { PickRequired } from "./PickRequired"; | ||
export type { ReturnType } from "./ReturnType"; | ||
@@ -13,0 +14,0 @@ export * from "./typeGuard"; |
{ | ||
"name": "tsafe", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "A collection of utilities to step up your TypeScript game", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -11,2 +11,3 @@ export * from "./assert"; | ||
export type { PickOptionals } from "./PickOptionals"; | ||
export type { PickRequired } from "./PickRequired"; | ||
export type { ReturnType } from "./ReturnType"; | ||
@@ -13,0 +14,0 @@ export * from "./typeGuard"; |
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
141386
1905