15 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
|     "Gate template": {
 | |
|         "prefix": "template",
 | |
|         "body": [
 | |
|             "import { PartialTemplate } from '../types/PartialTemplate'",
 | |
|             "",
 | |
|             "/**",
 | |
|             " * The template of the ${1:and} gate",
 | |
|             " */",
 | |
|             "const ${1}Template: PartialTemplate = ${2:[]}",
 | |
|             "",
 | |
|             "export default ${1}Template"
 | |
|         ]
 | |
|     }
 | |
| }
 | 
