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

Method getStringWidth

typings/internalBinding/icu.d.ts:10–10  ·  view source on GitHub ↗
(value: string, ambiguousAsFullWidth?: boolean, expandEmojiSequence?: boolean)

Source from the content-addressed store, hash-verified

8 ): string;
9 getConverter(label: string, flags: number): object | undefined;
10 getStringWidth(value: string, ambiguousAsFullWidth?: boolean, expandEmojiSequence?: boolean): number;
11 hasConverter(label: string): boolean;
12 icuErrName(status: number): string;
13 transcode(

Callers 1

inspect.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected