wtf_wikipedia
Version:
parse wikiscript into json
11 lines (9 loc) • 436 B
JavaScript
import hardcoded from './hardcoded.js'
import easyInline from './easy-inline.js'
import shorthand from './shorthand-link.js'
import functions from './functions.js'
import abbreviations from './abbreviations.js'
import moreLangs from './languages.js'
import flags from './flags.js'
import table from './table-cell.js'
export default Object.assign({}, hardcoded, easyInline, shorthand, functions, moreLangs, abbreviations, flags, table)