1 2 3 4 5
const check = require('./check') check.performCheck('387', 'Spongebob Squarepants', 'tv').then(res => { console.log(res) })