| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% include "lib/githubLinks.html" -%} | 
					
						
							| 
									
										
										
										
											2015-11-03 12:23:00 +00:00
										 |  |  | {% include "lib/paramList.html" -%} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% extends 'layout/base.template.html' %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							| 
									
										
										
										
											2015-12-01 23:31:36 +00:00
										 |  |  | include {$ relativePath(doc.path, '_util-fns') $} | 
					
						
							| 
									
										
										
										
											2016-04-18 15:57:16 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-25 17:28:45 -04:00
										 |  |  | .div(layout="row" layout-xs="column" class="row-margin ng-cloak") | 
					
						
							| 
									
										
										
										
											2016-04-18 15:57:16 -04:00
										 |  |  |   div(flex="20" flex-xs="100") | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  |     h2(class="h2-api-docs") Variable Export | 
					
						
							| 
									
										
										
										
											2016-04-25 17:28:45 -04:00
										 |  |  |   div(class="code-links" flex="80" flex-xs="100") | 
					
						
							| 
									
										
										
										
											2016-04-18 15:57:16 -04:00
										 |  |  |     pre.prettyprint.no-bg | 
					
						
							| 
									
										
										
										
											2015-11-03 12:23:00 +00:00
										 |  |  |       code. | 
					
						
							|  |  |  |         export {$ doc.name $}{$ returnType(doc.returnType) $} | 
					
						
							| 
									
										
										
										
											2016-04-25 17:28:45 -04:00
										 |  |  |     :marked | 
					
						
							| 
									
										
										
										
											2016-04-27 11:47:01 -04:00
										 |  |  |       {%- if not doc.notYetDocumented %} | 
					
						
							| 
									
										
										
										
											2016-04-25 17:28:45 -04:00
										 |  |  | {$ doc.description | indentForMarkdown(6) | trimBlankLines $} | 
					
						
							|  |  |  |       {% endif %} | 
					
						
							| 
									
										
										
										
											2015-11-03 12:23:00 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-18 15:57:16 -04:00
										 |  |  | p.location-badge. | 
					
						
							|  |  |  |   exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } | 
					
						
							|  |  |  |   defined in {$ githubViewLink(doc) $} | 
					
						
							| 
									
										
										
										
											2015-11-16 23:10:18 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% endblock %} |