summaryrefslogtreecommitdiff
path: root/src/test.js
blob: 6c10475425b028371db5cec5968b5931ac42403f (plain)
1
2
3
4
5
const check = require('./check')

check.performCheck('387', 'Spongebob Squarepants', 'tv').then(res => {
    console.log(res)
})