R
fn

makeNumeric

tested

Returns a segment representing the given string of decimal digits encoded in numeric mode.

Signature

ts
export function makeNumeric(digits: string): QrSegment{ ... }

Parameters

ParameterTypeDescription
digitsstring

Returns

QrSegment