bool.d.ts 111 B

1234
  1. import type { ScalarTag } from '../types.js';
  2. export declare const boolTag: ScalarTag & {
  3. test: RegExp;
  4. };