8 lines
		
	
	
		
			174 B
		
	
	
	
		
			TypeScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			174 B
		
	
	
	
		
			TypeScript
		
	
	
		
			Executable File
		
	
	
	
	
| import type { ScalarTag } from '../types';
 | |
| export declare const trueTag: ScalarTag & {
 | |
|     test: RegExp;
 | |
| };
 | |
| export declare const falseTag: ScalarTag & {
 | |
|     test: RegExp;
 | |
| };
 |