UNPKG

@intlayer/core

Version:

Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.

17 lines (16 loc) 1.28 kB
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const require_interpreter_getContent_deepTransform = require('./deepTransform.cjs'); const require_interpreter_getContent_plugins = require('./plugins.cjs'); const require_interpreter_getContent_getContent = require('./getContent.cjs'); exports.conditionPlugin = require_interpreter_getContent_plugins.conditionPlugin; exports.deepTransformNode = require_interpreter_getContent_deepTransform.deepTransformNode; exports.enumerationPlugin = require_interpreter_getContent_plugins.enumerationPlugin; exports.fallbackPlugin = require_interpreter_getContent_plugins.fallbackPlugin; exports.filePlugin = require_interpreter_getContent_plugins.filePlugin; exports.genderPlugin = require_interpreter_getContent_plugins.genderPlugin; exports.getBasePlugins = require_interpreter_getContent_getContent.getBasePlugins; exports.getContent = require_interpreter_getContent_getContent.getContent; exports.insertionPlugin = require_interpreter_getContent_plugins.insertionPlugin; exports.nestedPlugin = require_interpreter_getContent_plugins.nestedPlugin; exports.pluralPlugin = require_interpreter_getContent_plugins.pluralPlugin; exports.translationPlugin = require_interpreter_getContent_plugins.translationPlugin;