smarthbs/ts/index.ts
2017-05-31 23:59:39 +02:00

11 lines
355 B
TypeScript

import * as plugins from './smarthbs.plugins'
export type TTemplateStringType = 'filePath' | 'code'
export let handlebars = plugins.handlebars
export * from './smarthbs.compile'
import './smarthbs.helpers'
export * from './smarthbs.partials'
export * from './smarthbs.template'
export * from './smarthbs.variables'
export * from './smarthbs.postprocess'