UNPKG

eassy-tictactoe

Version:
13 lines (9 loc) 252 B
'use strict'; const { multiplayer } = require('./lib/multiPlayer'); /** 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, }