📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 16:10:46
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
concurrently
/
dist
/
src
/
command-parser
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/concurrently/dist/src/command-parser
🔄 Refresh
✏️
Editing: expand-shortcut.d.ts
Writable
import { CommandInfo } from '../command'; import { CommandParser } from './command-parser'; /** * Expands shortcuts according to the following table: * * | Syntax | Expands to | * | --------------- | --------------------- | * | `npm:<script>` | `npm run <script>` | * | `pnpm:<script>` | `pnpm run <script>` | * | `yarn:<script>` | `yarn run <script>` | * | `bun:<script>` | `bun run <script>` | * | `node:<script>` | `node --run <script>` | * | `deno:<script>` | `deno task <script>` | */ export declare class ExpandShortcut implements CommandParser { parse(commandInfo: CommandInfo): CommandInfo; }
💾 Save Changes
❌ Cancel