UNPKG

cdktg

Version:
8 lines (7 loc) 177 B
import type { ScalarTag } from '../types.js'; export declare const trueTag: ScalarTag & { test: RegExp; }; export declare const falseTag: ScalarTag & { test: RegExp; };