ad-si / shaven

DOM building utility & Template engine based on JsonML + syntax sugar

Home Page:https://shaven.ad-si.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support shaven-objects in element-arrays

adius opened this issue · comments

const shavenObject = shaven()

// Support
shaven([preview, shavenObject)
// Instead of
shaven([preview, shavenObject.element)