smarthbs/ts/index.ts

8 lines
243 B
TypeScript
Raw Normal View History

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-19 16:14:28 +00:00
export * from './smarthbs.compile'
export * from './smarthbs.helpers'
export * from './smarthbs.partials'
export * from './smarthbs.template'