-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Description
Line 59 in a583120
| if (Number.isInteger(now) === false) { |
to
if (Number.isInteger(Number(now)) === false) {
better for some situation like ulid("150000")?
Metadata
Metadata
Assignees
Labels
No labels