UNPKG

recastify

Version:

Web Component transfiguration tool. Convert Web Components in a multitude of formats to other formats.

7 lines (6 loc) 177 B
import { Command } from "@oclif/core"; export default class Outline extends Command { static description: string; static examples: string[]; run(): Promise<void>; }