UNPKG

@data-loom/postgrest-js

Version:

Isomorphic PostgREST client

6 lines 272 B
"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