11 lines
325 B
JavaScript
11 lines
325 B
JavaScript
|
"use strict";
|
||
|
exports.intlFormat = void 0;
|
||
|
|
||
|
var _index = require("../intlFormat.cjs");
|
||
|
var _index2 = require("./_lib/convertToFP.cjs"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||
|
|
||
|
const intlFormat = (exports.intlFormat = (0, _index2.convertToFP)(
|
||
|
_index.intlFormat,
|
||
|
3,
|
||
|
));
|