package tcx

  1. Overview
  2. Docs
type t = {
  1. year : int;
  2. month : int;
  3. day : int;
}