UNPKG

@kui-shell/plugin-core-support

Version:

Kui plugin offering core extensions such as help and screenshot commands

8 lines (7 loc) 213 B
import type { Registrar } from '@kui-shell/core'; /** * This plugin introduces the /clear command, which clear the consoles * */ declare const _default: (registrar: Registrar) => void; export default _default;