UNPKG

@shutootaki/gwm

Version:
6 lines 212 B
/** * 補完機能のエントリーポイント */ // 単一ソース export { completionDefinition, getAllCommandNames, findCommand, findSubcommand, } from './definition.js'; //# sourceMappingURL=index.js.map