UNPKG
pg-bind
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.1
Util for binding PostgreSQL queries in NodeJS
github.com/damirka/pg-bind
damirka/pg-bind
pg-bind
/
.jsdocrc
15 lines
(14 loc)
•
249 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"plugins"
:
[
"plugins/markdown"
]
,
"source"
:
{
"include"
:
[
"README.md"
,
"index.js"
]
}
,
"opts"
:
{
"destination"
:
"./docs/"
,
"encoding"
:
"utf8"
,
"recurse"
:
true
}
}