UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

4 lines (3 loc) 144 B
import type { TimestampValidatorType } from './timestamp'; export declare interface TimestampTzValidatorType extends TimestampValidatorType { }