UNPKG

tic-tac-toe-js

Version:

Tic Tac Toe

5 lines (4 loc) 105 B
var path = require('path'); module.exports = { Game: require(path.join(path.resolve('lib', 'game'))) }