UNPKG

cr-react-cli

Version:

Create react files with a single command

7 lines (6 loc) 162 B
import { Command } from 'commander'; declare abstract class BaseHighCommand { constructor(); abstract build(): Command; } export default BaseHighCommand;