summaryrefslogblamecommitdiff
path: root/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts
blob: 0c1d2d4b05e1755c73b3edaaad9535939ffaeb71 (plain) (tree)
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;
};