6 lines
		
	
	
		
			275 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			275 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export {CodeGenerator} from './src/codegen';
 | |
| export {NodeReflectorHostContext, ReflectorHost, ReflectorHostContext} from './src/reflector_host';
 | |
| export {StaticReflector, StaticReflectorHost, StaticSymbol} from './src/static_reflector';
 | |
| 
 | |
| export * from '@angular/tsc-wrapped';
 |