UNPKG

273 Btext/x-handlebars-templateView Raw
1"use strict";
2
3const iftype = require('iftype');
4
5function CustomType(){
6}
7
8{{#each is}}
9//----------------------------
10// Check if type is {{{type}}}
11//----------------------------
12{{#each tests}}
13iftype({{{arg}}}).is({{{../type}}}); // => {{result}}
14{{/each}}
15
16
17{{/each}}
\No newline at end of file