diff --git a/doc/api/process.md b/doc/api/process.md index 3da63f0609b021..8f363640fc9675 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1405,6 +1405,8 @@ Indicates whether a callback has been set using added: v0.7.6 --> +> Stability: 3 - Legacy. Use [`process.hrtime.bigint()`][] instead. + * `time` {integer[]} The result of a previous call to `process.hrtime()` * Returns: {integer[]}