mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
6 lines
No EOL
298 B
JavaScript
6 lines
No EOL
298 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
// Ugly workaround to import an untyped commonjs module for usage in typescript
|
|
const unidecode = require("unidecode"); // declared in unidecode-module.ts
|
|
exports.default = unidecode;
|
|
//# sourceMappingURL=unidecode.js.map
|