Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ isNumber
Method
isNumber
calc/calc.ts:188–190 ·
view source on GitHub ↗
(token: string)
Source
from the content-addressed store, hash-verified
186
187
return
stack[0];
188
}
189
190
private static isNumber(token: string): boolean {
191
return
/^-?\d+(\.\d+)?$/.test(token);
192
}
193
Callers
3
pushCurrent
Method · 0.95
infixToPostfix
Method · 0.95
evaluatePostfix
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected