UNPKG

228 BTypeScriptView Raw
1import { Settings, UpdateNotifier } from 'update-notifier';
2declare type UpdateNotifierFunc = (settings?: Settings) => UpdateNotifier;
3export default function checkForUpdate(updateNotifier: UpdateNotifierFunc): void;
4export {};