UNPKG
@tealbase/postgrest-js
Version:
latest (1.19.4)
1.19.4
1.19.3
1.19.2
1.19.1
1.19.0
1.18.1
1.18.0
Isomorphic PostgREST client
github.com/tealbase/postgrest-js
tealbase/postgrest-js
@tealbase/postgrest-js
/
src
/
constants.ts
3 lines
(2 loc)
•
114 B
text/typescript
View Raw
1
2
3
import
{ version }
from
'./version'
export
const
DEFAULT_HEADERS
= {
'X-Client-Info'
:
`postgrest-js/
${version}
`
}