UNPKG

javascripting

Version:

Learn JavaScript by adventuring around in the terminal.

7 lines 226 B
var path = require('path') module.exports = [ {text: '---', type: 'md'} , {file: path.join(__dirname, '..', 'i18n', 'footer', '{lang}.md')} , {text: '', type: 'md'} , require('workshopper-adventure/default/footer') ]