ohctechv3/.svn/pristine/37/37fb70ced5475e0791dd985a16b173e214e54960.svn-base
2024-10-28 15:03:36 +05:30

10 lines
322 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.unload = exports.load = exports.onExit = void 0;
const onExit = () => () => { };
exports.onExit = onExit;
const load = () => { };
exports.load = load;
const unload = () => { };
exports.unload = unload;
//# sourceMappingURL=browser.js.map