Module type Canvas2d.LineJoinType

type t = pri string;
let round: t;
let bevel: t;
let miter: t;