timestamp.d.ts 197 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import type { ScalarTag } from '../types.js'; export declare const intTime: ScalarTag; export declare const floatTime: ScalarTag; export declare const timestamp: ScalarTag & { test: RegExp; };