Added in v0.5.0
Signature
export interface DateC extends t.Type<Date, Date, unknown> {}
export const date: DateC = ...