UNPKG

sportsbet-mobile

Version:
27 lines (18 loc) 317 B
///<reference path=".#ts/client.d.ts" /> interface Templates { markets: Template; } Template.markets.helpers({ markets: function() { return this.markets; }, template: function() { return this.template; }, name: function() { return this.name; }, handle: function() { return this.handle; } });