1.0.4 • Published 7 years ago
super-simple-string-template v1.0.4
Install
yarn install super-simple-string-templateUsage
import template from 'super-simple-string-template'
template('/home/{user}')({ user: 'andrew' })yarn install super-simple-string-templateimport template from 'super-simple-string-template'
template('/home/{user}')({ user: 'andrew' })