property PerformanceNodeTiming.prototype.bootstrapComplete Usageimport { PerformanceNodeTiming } from "node:perf_hooks"; The high resolution millisecond timestamp at which the Node.js process completed bootstrapping. If bootstrapping has not yet finished, the property has the value of -1. Type number