15 lines
188 B
TypeScript
15 lines
188 B
TypeScript
import {
|
|
ast_grep_search,
|
|
ast_grep_replace,
|
|
} from "./tools"
|
|
|
|
export const builtinTools = {
|
|
ast_grep_search,
|
|
ast_grep_replace,
|
|
}
|
|
|
|
export {
|
|
ast_grep_search,
|
|
ast_grep_replace,
|
|
}
|