UNPKG
sqlify
Version:
latest (2.5.2)
2.5.2
2.5.1
2.5.0
2.4.0
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
1.0.4
1.0.4-beta.5
1.0.4-beta.4
1.0.4-beta.3
1.0.4-beta.2
1.0.4-beta.1
1.0.4-beta
1.0.3
1.0.2
1.0.1
1.0.0
Yet another SQL query builder for Node.js
github.com/vajahath/sqlify
vajahath/sqlify
sqlify
/
typings
/
typings.d.ts
10 lines
(8 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * For including *.json file
as
* `
import
*
as
<stuff>
from
'./stuffs.json'
;` */ declare module
'*.json'
{ const value:
any
; export = value; }