UNPKG
@omneedia/storage-js
Version:
latest (1.0.0)
1.0.0
Isomorphic storage client for Omneedia.
github.com/omneedia/storage-js
omneedia/storage-js
@omneedia/storage-js
/
dist
/
main
/
lib
/
constants.js
6 lines
•
270 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'
:
`storage-js/
${version_1.version}
`
};
//# sourceMappingURL=constants.js.map