Sha256: d896e53b36a9547411d0f4507c829750ae7bb27fd22239096f19607d87b6bf2e
Contents?: true
Size: 206 Bytes
Versions: 24
Compression:
Stored size: 206 Bytes
Contents
import UpdateNotifier from './update-notifier.js'; export default function updateNotifier(options) { const updateNotifier = new UpdateNotifier(options); updateNotifier.check(); return updateNotifier; }
Version data entries
24 entries across 24 versions & 1 rubygems