blob: 0c1d2d4b05e1755c73b3edaaad9535939ffaeb71 (
plain)
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;
};
|