@celo/base
Advanced tools
Comparing version 5.0.0-beta.1 to 5.0.0
export declare type Address = string; | ||
export declare type StrongAddress = `0x${string}`; | ||
export declare const eqAddress: (a: Address, b: Address) => boolean; | ||
@@ -7,3 +8,3 @@ export declare const normalizeAddress: (a: Address) => string; | ||
export declare const trimLeading0x: (input: string) => string; | ||
export declare const ensureLeading0x: (input: string) => `0x${string}`; | ||
export declare const ensureLeading0x: (input: string) => StrongAddress; | ||
export declare const getAddressChunks: (input: string) => string[]; | ||
@@ -10,0 +11,0 @@ export declare const isHexString: (input: string) => boolean; |
{ | ||
"name": "@celo/base", | ||
"version": "5.0.0-beta.1", | ||
"version": "5.0.0", | ||
"description": "Celo base common utils, no dependencies", | ||
@@ -5,0 +5,0 @@ "author": "Celo", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
125595
1898
1