# DebugInfoOptions.start property · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.debuginfooptions.start/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Nanosecond-resolution start reading, as returned by `process.hrtime.bigint()`.

**Signature:**

```typescript
start: bigint | number;
```

## Remarks

A `number` is accepted but must be an integral nanosecond count: a non-integer throws a `RangeError`, and a millisecond timestamp such as `Date.now()` produces a meaningless duration.

