Sha256: 0be5f5747a1c631be923da6ab0b483adfc99be689c4dc982766dbc5775e6e406
Contents?: true
Size: 468 Bytes
Versions: 18
Compression:
Stored size: 468 Bytes
Contents
import translate from "./src/i18n" import translationData from "./src/translations" import NodeTree from "./src/node_tree" // Global Alchemy object if (typeof window.Alchemy === "undefined") { window.Alchemy = {} } // Enhance the global Alchemy object with imported features Object.assign(Alchemy, { // Global utility method for translating a given string t: translate, translations: Object.assign(Alchemy.translations || {}, translationData), NodeTree })
Version data entries
18 entries across 18 versions & 1 rubygems