R
fn

isNumeric

tested

Tests whether the given string can be encoded as a segment in numeric mode.

Signature

ts
export function isNumeric(text: string): boolean{ ... }

Parameters

ParameterTypeDescription
textstring

Returns

boolean