Files
Webklar.com/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

8 lines
177 B
TypeScript

import type { ScalarTag } from '../types.js';
export declare const trueTag: ScalarTag & {
test: RegExp;
};
export declare const falseTag: ScalarTag & {
test: RegExp;
};