Module type Canvas2d.LineCapType

type t = pri string;
let butt: t;
let round: t;
let square: t;