summaryrefslogtreecommitdiff
path: root/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts
blob: 587b55b9b0330cef01784b42549a50036ea5dbce (plain)
1
2
3
4
5
6
7
import type { ScalarTag } from '../types.js';
export declare const trueTag: ScalarTag & {
    test: RegExp;
};
export declare const falseTag: ScalarTag & {
    test: RegExp;
};