UNPKG

@point-hub/papi

Version:

Point API Framework

6 lines 201 B
import { BaseCommand } from '@point-hub/express-cli'; export default class NewCommand extends BaseCommand { constructor(); handle(): Promise<void>; } //# sourceMappingURL=index.command.d.ts.map