mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 11:27:59 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* @name stringify
|
||||
* @summary Performs a JSON.stringify, with BigInt handling
|
||||
* @description A wrapper for JSON.stringify that handles BigInt values transparently, converting them to string. No differences from the native JSON.stringify function otherwise.
|
||||
*/
|
||||
export declare function stringify(value: unknown, space?: string | number): string;
|
||||
Reference in New Issue
Block a user