Edit File: bool.d.ts
import type { ScalarTag } from '../types.js'; export declare const boolTag: ScalarTag & { test: RegExp; };
Back