UNPKG

packages-update

Version:

📦 A flexible and lightweight updater for packages

3 lines (2 loc) • 115 B
import { Configs } from '../@types/configs.js'; export declare const updater: (configs: Configs) => Promise<void>;