Type Alias LinearUnit

LinearUnit:
    | "meters"
    | "kilometers"
    | "miles"
    | "feet"
    | "yards"
    | "nauticalmiles"

Linear distance units understood by buffer and length. This is the subset of turf's unit vocabulary that has an unambiguous geodesic meaning.