UNPKG

typeas

Version:

Library for checking data values and type safety

4 lines (2 loc) 184 B
import type { CreateExpression } from "../factories/expression"; export type DateExpression = CreateExpression<"date", [`${string}~` | `~${string}` | `${string}~${string}` | ""]>;