UNPKG

304 BTypeScriptView Raw
1import UpdateNotifier, { NotifyOptions, Package, Settings, UpdateInfo } from "./update-notifier.js";
2
3/** Checks if there is an available update */
4export default function updateNotifier(settings?: Settings): UpdateNotifier;
5
6export type { NotifyOptions, Package, Settings, UpdateInfo, UpdateNotifier };