formatISO9075WithOptions.cjs 366 B

12345678
  1. "use strict";
  2. exports.formatISO9075WithOptions = void 0;
  3. var _index = require("../formatISO9075.cjs");
  4. var _index2 = require("./_lib/convertToFP.cjs"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
  5. const formatISO9075WithOptions = (exports.formatISO9075WithOptions = (0,
  6. _index2.convertToFP)(_index.formatISO9075, 2));