UNPKG

create-phtml-plugin

Version:
10 lines (7 loc) 173 B
import phtml from 'phtml'; export default new phtml.Plugin('${id}', opts => { console.log({ opts }); return (root, result) => { console.log({ root, result }); }; });