acebase/dist/cjs/unidecode.js
Ewout Stortenbeker ece3bc3e87 chore: build
2022-11-21 18:05:59 +01:00

7 lines
No EOL
280 B
JavaScript

"use strict";
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
const Unidecode = require("unidecode");
const unidecode = ((_a = Unidecode.default) !== null && _a !== void 0 ? _a : Unidecode);
exports.default = unidecode;
//# sourceMappingURL=unidecode.js.map