UNPKG

157 BTypeScriptView Raw
1import { LeanupCLI } from '@leanup/cli/lib/leanup-cli';
2export declare class SvelteCLI extends LeanupCLI {
3 constructor(name: string, version: string);
4}