UNPKG

stackpress

Version:

Incept is a content management framework.

7 lines (6 loc) 142 B
import type Terminal from './Terminal'; export type CLIConfig = { label?: string; idea?: string; }; export type CLIPlugin = Terminal;