MCPcopy Create free account
hub / github.com/nodejs/node / isAscii

Method isAscii

typings/internalBinding/buffer.d.ts:23–23  ·  view source on GitHub ↗
(input: ArrayBufferView | ArrayBuffer | SharedArrayBuffer)

Source from the content-addressed store, hash-verified

21
22 isUtf8(input: ArrayBufferView | ArrayBuffer | SharedArrayBuffer): boolean;
23 isAscii(input: ArrayBufferView | ArrayBuffer | SharedArrayBuffer): boolean;
24
25 kMaxLength: number;
26 kStringMaxLength: number;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected