Refactor queries

This commit is contained in:
Saoud Rizwan
2024-07-28 18:33:43 -04:00
parent 998aa8b7eb
commit 31a6da944a
14 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
export { default as phpQuery } from "./php"
export { default as typescriptQuery } from "./typescript"
export { default as pythonQuery } from "./python"
export { default as javascriptQuery } from "./javascript"
export { default as javaQuery } from "./java"
export { default as rustQuery } from "./rust"
export { default as rubyQuery } from "./ruby"
export { default as cppQuery } from "./cpp"
export { default as cQuery } from "./c"
export { default as csharpQuery } from "./c-sharp"
export { default as goQuery } from "./go"
export { default as swiftQuery } from "./swift"