UNPKG

packages-update

Version:

📦 A flexible and lightweight updater for packages

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