UNPKG

@kcuf/intl-formatter

Version:
11 lines (10 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getFormatNumberOptions; function getFormatNumberOptions(options) { return typeof options === 'number' ? { maximumFractionDigits: options } : options; }