Files
oh-my-opencode/dist/tools/ast-grep/sg-compact-json-output.d.ts
T

3 lines
117 B
TypeScript
Raw Normal View History

import type { SgResult } from "./types";
export declare function createSgResultFromStdout(stdout: string): SgResult;