{"version":3,"sources":["../src/internal/formats.ts"],"names":[],"mappings":"","file":"formats.d.ts","sourcesContent":["/*!\r\n   Copyright 2019 Ron Buckton\r\n\r\n   Licensed under the Apache License, Version 2.0 (the \"License\");\r\n   you may not use this file except in compliance with the License.\r\n   You may obtain a copy of the License at\r\n\r\n       http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n   Unless required by applicable law or agreed to in writing, software\r\n   distributed under the License is distributed on an \"AS IS\" BASIS,\r\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n   See the License for the specific language governing permissions and\r\n   limitations under the License.\r\n*/\r\n/* @internal */ export const D1 = new Intl.NumberFormat(\"en-US\", { style: \"decimal\", minimumIntegerDigits: 1, maximumFractionDigits: 0, useGrouping: false }).format;\r\n/* @internal */ export const D2 = new Intl.NumberFormat(\"en-US\", { style: \"decimal\", minimumIntegerDigits: 2, maximumFractionDigits: 0, useGrouping: false }).format;\r\n/* @internal */ export const D3 = new Intl.NumberFormat(\"en-US\", { style: \"decimal\", minimumIntegerDigits: 3, maximumFractionDigits: 0, useGrouping: false }).format;\r\n/* @internal */ export const D4 = new Intl.NumberFormat(\"en-US\", { style: \"decimal\", minimumIntegerDigits: 4, maximumFractionDigits: 0, useGrouping: false }).format;\r\n/* @internal */ export const D5 = new Intl.NumberFormat(\"en-US\", { style: \"decimal\", minimumIntegerDigits: 5, maximumFractionDigits: 0, useGrouping: false }).format;\r\n/* @internal */ export const D6 = new Intl.NumberFormat(\"en-US\", { style: \"decimal\", minimumIntegerDigits: 6, maximumFractionDigits: 0, useGrouping: false }).format;"],"sourceRoot":".."}