mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
7 lines
No EOL
280 B
JavaScript
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
|