mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-05-31 15:41:03 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { U8aLike } from '../types.js';
|
||||
/**
|
||||
* @name isAscii
|
||||
* @summary Tests if the input is printable ASCII
|
||||
* @description
|
||||
* Checks to see if the input string or Uint8Array is printable ASCII, 32-127 + formatters
|
||||
*/
|
||||
export declare function isAscii(value?: U8aLike | null): boolean;
|
||||
Reference in New Issue
Block a user