chrome-cookie-extractor
Version:
Extract and decrypt Chrome cookies with curl integration - includes auth-curl command for authenticated requests
10 lines • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Platform = void 0;
var Platform;
(function (Platform) {
Platform["DARWIN"] = "darwin";
Platform["WIN32"] = "win32";
Platform["LINUX"] = "linux";
})(Platform = exports.Platform || (exports.Platform = {}));
//# sourceMappingURL=types.js.map