UNPKG

@catchphrase/core

Version:

Functional i18n library for the web

8 lines (7 loc) 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createTranslation = exports.createCatchphrase = void 0; var createCatchphrase_1 = require("./createCatchphrase"); Object.defineProperty(exports, "createCatchphrase", { enumerable: true, get: function () { return createCatchphrase_1.createCatchphrase; } }); var createTranslation_1 = require("./createTranslation"); Object.defineProperty(exports, "createTranslation", { enumerable: true, get: function () { return createTranslation_1.createTranslation; } });