Skip to content

differentiate between measuring systems #6

@guyisra

Description

@guyisra

essentially the API should be

volume.pints(5, "Imperial").toQuarts("metric")

also the it might be needed to set a default measuring system and change it on the fly before initializing a unit, something like

metricMezur = require('mezur')({system: "metric"})
and then initialize the units with volume = metricMezur(volUnits)

and then volume.pints(5) can have default of the the measuring system

WIP

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions