芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts
import type { ScalarTag } from '../types.js'; export declare const trueTag: ScalarTag & { test: RegExp; }; export declare const falseTag: ScalarTag & { test: RegExp; };