super-simple-string-template
v1.0.4
Published
template("/home/{user}")({ user: andrew }}) // "/home/andrew"
Readme
Install
yarn install super-simple-string-templateUsage
import template from 'super-simple-string-template'
template('/home/{user}')({ user: 'andrew' })