live-connect-common
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -34,3 +34,3 @@ interface ErrorBus { | ||
declare const UUID = "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"; | ||
declare function onNonNull<A, B>(value: A, fn: (value: NonNullable<A>) => B): null | undefined | B; | ||
declare function onNonNull<A, B>(value: A, fn: (value: NonNullable<A>) => B): Exclude<A, NonNullable<A>> | B; | ||
declare function safeToString(value: unknown): string; | ||
@@ -37,0 +37,0 @@ declare function nonNull<A>(value: A): value is NonNullable<A>; |
@@ -8,3 +8,3 @@ { | ||
"description": "Interfaces and basic functionality for LiveConnect projects", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "Apache-2.0", | ||
@@ -11,0 +11,0 @@ "private": false, |
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
46394