Нет описания

bool.d.ts 111B

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