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