UNPKG

typeas

Version:

Library for checking data values and type safety

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