UNPKG

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