1.0.0 • Published 4 years ago
@brecert/micro-template v1.0.0
micro-template
A very simple and small templating tool.
Usage:
import * as template from './replace.ts'
template.replace('Hello {name}!', { name: 'bree' })
// => "Hello bree!"
1.0.0
4 years ago