UNPKG
@skorpland/postgrest-js
Version:
latest (1.19.8)
1.19.8
1.19.7
Isomorphic PostgREST client
github.com/skorpland/postgrest-js
skorpland/postgrest-js
@skorpland/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}
`
}