mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
import type { Command } from '../../types/command.js'
|
|
declare const _default: Command
|
|
export default _default
|