Const
Built-in ratio parser, reversing percentageScale (default 100) into a canonical string. Already installed by parse!createParser.
percentageScale
100
import { parser } from "@neutrium/formatter/parse";parser.parse("12.5%", { kind: "percentage", maximumFractionDigits: 1 }); // "0.125" Copy
import { parser } from "@neutrium/formatter/parse";parser.parse("12.5%", { kind: "percentage", maximumFractionDigits: 1 }); // "0.125"
Built-in ratio parser, reversing
percentageScale(default100) into a canonical string. Already installed by parse!createParser.