From 417506507de050f9a338c48d27fe8c949d1a92c5 Mon Sep 17 00:00:00 2001 From: fadillzzz Date: Sun, 13 Feb 2022 13:58:00 +0700 Subject: [PATCH] fix(typings): Adds constructor signature --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index 2029723..8f7c0d9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,5 +1,7 @@ export class SQLStatement { private strings: string[] + + constructor(strings: any, values: any[]): this; /** * The SQL Statement for [node-postgres](https://www.npmjs.com/package/pg)