UNPKG

advanced-dev-kit

Version:

A comprehensive CLI toolkit for modern development workflows - featuring task automation, project cleaning, and developer utilities

11 lines (8 loc) 222 B
declare const clean: () => Promise<void>; declare const VERSION: string; declare function getToolkitInfo(): { name: string; version: string; description: string; }; export { VERSION, clean, getToolkitInfo };