MCPcopy Index your code
hub / github.com/microsoft/SandDance / notNice

Function notNice

packages/sanddance/src/expression.ts:12–15  ·  view source on GitHub ↗
(niceValue: string | number)

Source from the content-addressed store, hash-verified

10} from '@msrvida/search-expression';
11
12export function notNice(niceValue: string | number) {
13 //convert "nice" numbers to numeric value
14 return (niceValue + '').replace(/[\s,]/g, '');
15}
16
17function tickValue(axis: VegaDeckGl.types.Axis, i: number) {
18 const tick = axis.tickText[i];

Callers 1

selectQuantitativeFunction · 0.90

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected