MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / toStrInt

Function toStrInt

bs/bs.ts:102–105  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

100}
101
102function toStrInt(value: any): string | undefined {
103 const n = Number(value);
104 return Number.isFinite(n) ? String(Math.trunc(n)) : undefined;
105}
106
107async function formatEntity(
108 target: any,

Callers 2

forwardToTargetFunction · 0.70
BsPluginClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected