UNPKG

typelit

Version:

A type-safe string templating library for TypeScript

4 lines (2 loc) 99 B
export { typelit as default } from './typelit'; export type { TemplateFn, Var } from './typelit';