2018-08-27 21:04:15 +00:00
|
|
|
import * as plugins from './smarthbs.plugins';
|
|
|
|
export type TTemplateStringType = 'filePath' | 'code';
|
2017-02-19 03:12:17 +00:00
|
|
|
|
2018-08-27 21:04:15 +00:00
|
|
|
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';
|