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
/
dist
/
main
/
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