mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
444 B
444 B
Home > bitburner > HeartbleedOptions
HeartbleedOptions type
Options to change the behavior of heartbleed API.
Signature:
type HeartbleedOptions = {
peek?: boolean;
logsToCapture?: number;
additionalMsec?: number;
};