@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Module chrono

    A helper format to make it easier to translate different resolutions of time (such as milliseconds, minutes, and days) across Banjo functions

    studioKeywi

    Interfaces

    Chrono

    A Chrono object blends human-friendly strings with known values and pre-calculated conversions to make working with multi-resolution durations easier

    Type Aliases

    Units

    Valid time resolutions

    Functions

    days

    Creates a new Chrono with day resolution

    from

    Creates a new Chrono from a human-friendly string

    hours

    Creates a new Chrono with hour resolution

    milliseconds

    Creates a new Chrono with millisecond resolution

    minutes

    Creates a new Chrono with minute resolution

    seconds

    Creates a new Chrono with second resolution