timestamp.d.ts 197 B

123456
  1. import type { ScalarTag } from '../types.js';
  2. export declare const intTime: ScalarTag;
  3. export declare const floatTime: ScalarTag;
  4. export declare const timestamp: ScalarTag & {
  5. test: RegExp;
  6. };