MCPcopy Create free account
hub / github.com/cursor/plugins / NumericWithUnit

Interface NumericWithUnit

orchestrate/skills/orchestrate/scripts/measurements.ts:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195interface NumericWithUnit {
196 numeric: number;
197 /** Trailing unit token (`MB`, `passing`, `%`, …) or null when absent. */
198 unit: string | null;
199}
200
201/**
202 * Parse a value like `2.41 MB`, `84 passing`, or `100` as a numeric +

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected