2017-03-19 16:14:28 +00:00
|
|
|
import * as plugins from './smarthbs.plugins'
|
2017-02-19 03:12:17 +00:00
|
|
|
export type TTemplateStringType = 'filePath' | 'code'
|
|
|
|
|
2017-03-25 19:23:47 +00:00
|
|
|
export let handlebars = plugins.handlebars
|
2017-03-19 16:14:28 +00:00
|
|
|
export * from './smarthbs.compile'
|
2017-03-25 19:23:47 +00:00
|
|
|
import './smarthbs.helpers'
|
2017-03-19 16:14:28 +00:00
|
|
|
export * from './smarthbs.partials'
|
|
|
|
export * from './smarthbs.template'
|
2017-05-01 14:57:53 +00:00
|
|
|
export * from './smarthbs.variables'
|