MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / printBigInt

Method printBigInt

packages/alphatab/test/PrettyFormat.ts:112–114  ·  view source on GitHub ↗
(val: bigint)

Source from the content-addressed store, hash-verified

110 }
111
112 static printBigInt(val: bigint): string {
113 return `${val}n`;
114 }
115
116 static printError(val: Error): string {
117 return `[${val.toString()}]`;

Callers 1

printBasicValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected