UNPKG

@shutootaki/gwm

Version:
11 lines 401 B
/** * zsh 補完スクリプト生成 */ import type { CompletionDefinition } from '../../types.js'; /** * zsh 補完スクリプトを生成 * @param _definition 補完定義(将来の定義駆動生成に備えて予約) * @returns zsh 補完スクリプト文字列 */ export declare function generateZshScript(_definition: CompletionDefinition): string; //# sourceMappingURL=zsh.d.ts.map