mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-31 09:55:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import type { ScalarTag } from '../types.js';
 | |
| export declare const trueTag: ScalarTag & {
 | |
|     test: RegExp;
 | |
| };
 | |
| export declare const falseTag: ScalarTag & {
 | |
|     test: RegExp;
 | |
| };
 | 
