artix-checkupdates
v1.2.0
Published
nodejs wrapper for artix-checkupdates
Downloads
306
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());