UNPKG

@danielkalen/simplybind

Version:

Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.

8 lines (6 loc) 187 B
<template> <require from="./date-format.js"></require> <require from="./currency-format.js"></require> ${currentDate | dateFormat} <br/> ${netWorth | currencyFormat} </template>