mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-28 02:48:04 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* @name isUtf8
|
||||
* @summary Tests if the input is valid Utf8
|
||||
* @description
|
||||
* Checks to see if the input string or Uint8Array is valid Utf8
|
||||
*/
|
||||
export declare function isUtf8(value?: number[] | Uint8Array | string | null): boolean;
|
||||
Reference in New Issue
Block a user