artix-checkupdates
v1.1.1
Published
nodejs wrapper for artix-checkupdates
Readme
artix-checkupdates
node library to interface with artix-checkupdates.
Usage
import { Checkupdates } from 'artix-checkupdates';
const check = new Checkupdates();
console.log(await check.fetchUpgradable());