summaryrefslogtreecommitdiff
path: root/node_modules/yaml/dist/schema/core/bool.d.ts
blob: e4bdc4c86fb09d494ce7231d1a7b57b91a47211f (plain)
1
2
3
4
import type { ScalarTag } from '../types.js';
export declare const boolTag: ScalarTag & {
    test: RegExp;
};