Properties:
Name | Type | Description |
---|---|---|
until |
function | (default: |
Extends
Methods
-
Returns a predicate function for waiting until the minutes hand of clock reaches the given point.
Name Type Description n
number The point to wait for.
Returns:
Type Description function The predicate function. -
Returns a predicate function for waiting until the seconds hand of clock reaches the given point.
Name Type Description n
number The point to wait for.
Returns:
Type Description function The predicate function. -
Returns a predicate function for waiting until the hours hand of clock reaches the given point.
Name Type Description n
number The point to wait for, given in UTC time.
Returns:
Type Description function The predicate function. -
Returns a predicate function for waiting a given amount of seconds.
Name Type Description n
number The number of seconds to wait.
Returns:
Type Description function The predicate function.