[generated] sandpack files from: codesandbox-client
This commit is contained in:
14
sandpack-generated/static/browserfs12/node/generic/extended_ascii.d.ts
vendored
Normal file
14
sandpack-generated/static/browserfs12/node/generic/extended_ascii.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/// <reference types="node" />
|
||||
/**
|
||||
* (Nonstandard) String utility function for 8-bit ASCII with the extended
|
||||
* character set. Unlike the ASCII above, we do not mask the high bits.
|
||||
*
|
||||
* Placed into a separate file so it can be used with other Buffer implementations.
|
||||
* @see http://en.wikipedia.org/wiki/Extended_ASCII
|
||||
*/
|
||||
export default class ExtendedASCII {
|
||||
private static extendedChars;
|
||||
static str2byte(str: string, buf: Buffer): number;
|
||||
static byte2str(buff: Buffer): string;
|
||||
static byteLength(str: string): number;
|
||||
}
|
||||
Reference in New Issue
Block a user