DatesKeywords Literals Date literals represent a Date instance with an exact value. They're primarily useful in ranges. const literals = type({ singleQuoted: "d'01-01-1970'", doubleQuoted: 'd"01-01-1970"' }) Ranges PreviousConfigurationNextDefinitions