@webbtc/webln-types
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "@webbtc/webln-types", | ||
"description": "Type definitions for WebLN", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"types": "types/index.d.ts", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -274,4 +274,4 @@ // Workaround for code completion to account for values this library doesn't know about yet. | ||
verifyMessage(signature: string, message: string): Promise<void>; | ||
on?(eventName: string, listener: () => void): this; | ||
off?(eventName: string, listener: () => void): this; | ||
on?(eventName: string, listener: () => void): void; | ||
off?(eventName: string, listener: () => void): void; | ||
} | ||
@@ -278,0 +278,0 @@ |
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