UNPKG
@miuiu/postgrest
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.0
0.0.0-automate
Isomorphic PostgREST client
github.com/y0zong/postgrest-js
y0zong/postgrest-js
@miuiu/postgrest
/
src
/
constants.ts
3 lines
(2 loc)
•
116 B
text/typescript
View Raw
1
2
3
import
{ version }
from
"./version"
;
export
const
DEFAULT_HEADERS
= {
"X-Client-Info"
:
`postgrest-js/
${version}
`
};