mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-28 15:37:57 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import type { ToBnOptions } from '../types.js';
|
||||
/**
|
||||
* @name hexToBigInt
|
||||
* @summary Creates a BigInt instance object from a hex string.
|
||||
*/
|
||||
export declare function hexToBigInt(value?: string | null, { isLe, isNegative }?: ToBnOptions): bigint;
|
||||
Reference in New Issue
Block a user