File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Create an RFC version 1 (timestamp) UUID
138138| [ ` options.node ` ] | RFC "node" field as an ` Array[6] ` of byte values (per 4.1.6) |
139139| [ ` options.clockseq ` ] | RFC "clock sequence" as a ` Number ` between 0 - 0x3fff |
140140| [ ` options.msecs ` ] | RFC "timestamp" field (` Number ` of milliseconds, unix epoch) |
141- | [ ` options.nsecs ` ] | RFC "timestamp" field (` Number ` of nanseconds to add to ` msecs ` , should be 0-10,000) |
141+ | [ ` options.nsecs ` ] | RFC "timestamp" field (` Number ` of nanoseconds to add to ` msecs ` , should be 0-10,000) |
142142| [ ` options.random ` ] | ` Array ` of 16 random bytes (0-255) |
143143| [ ` options.rng ` ] | Alternative to ` options.random ` , a ` Function ` that returns an ` Array ` of 16 random bytes (0-255) |
144144| [ ` buffer ` ] | ` Array \| Buffer ` If specified, uuid will be written here in byte-form, starting at ` offset ` |
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ Create an RFC version 1 (timestamp) UUID
147147| [ ` options.node ` ] | RFC "node" field as an ` Array[6] ` of byte values (per 4.1.6) |
148148| [ ` options.clockseq ` ] | RFC "clock sequence" as a ` Number ` between 0 - 0x3fff |
149149| [ ` options.msecs ` ] | RFC "timestamp" field (` Number ` of milliseconds, unix epoch) |
150- | [ ` options.nsecs ` ] | RFC "timestamp" field (` Number ` of nanseconds to add to ` msecs ` , should be 0-10,000) |
150+ | [ ` options.nsecs ` ] | RFC "timestamp" field (` Number ` of nanoseconds to add to ` msecs ` , should be 0-10,000) |
151151| [ ` options.random ` ] | ` Array ` of 16 random bytes (0-255) |
152152| [ ` options.rng ` ] | Alternative to ` options.random ` , a ` Function ` that returns an ` Array ` of 16 random bytes (0-255) |
153153| [ ` buffer ` ] | ` Array \| Buffer ` If specified, uuid will be written here in byte-form, starting at ` offset ` |
You can’t perform that action at this time.
0 commit comments