UNPKG

@sanity/codegen

Version:

Codegen toolkit for Sanity.io

8 lines (7 loc) 242 B
const formatter = new Intl.NumberFormat('en-US', { maximumFractionDigits: 1, minimumFractionDigits: 1, style: 'percent' }); export const percent = (value)=>formatter.format(Math.min(value, 1)); //# sourceMappingURL=percent.js.map