@brecert/micro_template
v1.0.2
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!"