8 lines
212 B
TypeScript
8 lines
212 B
TypeScript
export {
|
|
CLI_LANGUAGES,
|
|
DEFAULT_TIMEOUT_MS,
|
|
DEFAULT_MAX_OUTPUT_BYTES,
|
|
DEFAULT_MAX_MATCHES,
|
|
} from "@oh-my-opencode/ast-grep-core"
|
|
export { findSgCliPathSync, getSgCliPath, setSgCliPath } from "./sg-cli-path"
|