UNPKG

@shutootaki/gwm

Version:
6 lines 353 B
/** * 補完機能のエントリーポイント */ export type { CompletionProviderId, CompletionArg, CompletionOption, CompletionCommand, CompletionDefinition, ShellType, CursorPosition, } from './types.js'; export { completionDefinition, getAllCommandNames, findCommand, findSubcommand, } from './definition.js'; //# sourceMappingURL=index.d.ts.map