time-to-botec/js/node_modules/@stdlib/time/tic/docs/repl.txt

20 lines
312 B
Plaintext
Raw Normal View History

{{alias}}()
Returns a high-resolution time.
The returned array has the following format: `[seconds, nanoseconds]`.
Returns
-------
out: Array<integer>
High resolution time.
Examples
--------
> var t = {{alias}}()
[ <number>, <number> ]
See Also
--------