smarthbs/ts/index.ts
2017-03-19 17:14:28 +01:00

8 lines
243 B
TypeScript

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