UNPKG

runtime-eol

Version:
16 lines (11 loc) 290 B
import checkVersion from '../index'; const run = async () => { console.log('--start--') const result = await checkVersion({ skipRemote: true, tools: ['nextjs'], }); console.log('--test--') console.log('result =', result); console.assert(result) }; run();