UNPKG

@jsnix/pastel

Version:

Framework for effortlessly building Ink apps

4 lines (3 loc) 163 B
import type { Command } from './internal-types.js'; declare const readCommands: (directory: string) => Promise<Map<string, Command>>; export default readCommands;