UNPKG

@omneedia/client-js

Version:

Isomorphic Javascript client for Omneedia

11 lines 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COOKIE_OPTIONS = void 0; exports.COOKIE_OPTIONS = { name: 'omeedia:token', lifetime: 60 * 3600 * 8, domain: '', path: '/', sameSite: 'lax', }; //# sourceMappingURL=types.js.map