UNPKG

@oclif/plugin-update

Version:

[![Version](https://img.shields.io/npm/v/@oclif/plugin-update.svg)](https://npmjs.org/package/@oclif/plugin-update) [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-update.svg)](https://npmjs.org/package/@oclif/plugin-update) [![License](htt

8 lines (7 loc) 201 B
import CommandsUpdate from './commands/update.js'; export declare const commands: { update: typeof CommandsUpdate; }; export declare const hooks: { init: import("@oclif/core").Hook<"init">; };