UNPKG

josiah_

Version:
11 lines (7 loc) 251 B
'use strict'; const { tictac: multiplayer } = require('./lib/TicTacToe'); /** how to use the module * ticTac([1,3,4], [2, 5, 8]) // player two wins * You get back undefined if you pass number-uncoersable value */ module.exports = multiplayer;