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
/
dist
/
cjs
/
constants.js
6 lines
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
DEFAULT_HEADERS
=
void
0
;
const
version_1 =
require
(
"./version"
);
exports
.
DEFAULT_HEADERS
= {
'X-Client-Info'
:
`postgrest-js/
${version_1.version}
`
};
//# sourceMappingURL=constants.js.map