blob: 0c1d2d4b05e1755c73b3edaaad9535939ffaeb71 (
plain) (
tree)
|
|
import type { ScalarTag } from '../types.js';
export declare const intTime: ScalarTag;
export declare const floatTime: ScalarTag;
export declare const timestamp: ScalarTag & {
test: RegExp;
};
|