Skip to content

Commit

Permalink
feat: add renderasync to browser
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowtime2000 committed Nov 29, 2020
1 parent 8dc90f3 commit 02b6e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { default as compileToString } from './compile-string'
export { default as compile } from './compile'
export { default as parse } from './parse'
export { default as render } from './render'
export { default as render, renderAsync } from './render'
export { templates } from './containers'
export { config, config as defaultConfig, getConfig, configure } from './config'

0 comments on commit 02b6e4c

Please sign in to comment.