UNPKG

@arc-publishing/sdk-amp

Version:
7 lines 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AMP_ID_STORAGE_KEY = exports.logPrefix = exports.headers = void 0; exports.headers = { 'Content-Type': 'application/json' }; exports.logPrefix = '[Arc AMP SDK]'; exports.AMP_ID_STORAGE_KEY = 'ArcId.AMP_READER_ID'; //# sourceMappingURL=constants.js.map