Module Canvas2d.LineCap

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