We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f57ada commit 3ca46ccCopy full SHA for 3ca46cc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@devsnowflake/jsql",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Use JSON as SQL.",
5
"main": "index.js",
6
"types": "typings/index.d.ts",
typings/index.d.ts
import { AST } from 'node-sql-parser';
-declare module 'jsql' {
+declare module '@devsnowflake/jsql' {
export interface Handlers {
create: (q: AST, db: Database) => void;
select: (q: AST, db: Database) => any[];
0 commit comments