Is is possible to use the equivalent of the spread operator in htmlbars?
let items = ['hello', 'world']; someFunction(...items); // equivalent to someFunction('hello', 'world');
I need this in htmlbars
Aucun commentaire:
Enregistrer un commentaire