Skip to content

Commit

Permalink
fix: export from mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowtime2000 committed Nov 28, 2020
1 parent e4a16b5 commit 8dc90f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mod.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import { config } from './config.ts'
config.includeFile = includeFileHelper
config.filepathCache = {}

export { loadFile, renderFile, renderFile as __express } from './file-handlers.ts'
export { loadFile, renderFile, renderFileAsync, renderFile as __express } from './file-handlers.ts'

/* End file stuff */

export { default as compileToString } from './compile-string.ts'
export { default as compile } from './compile.ts'
export { default as parse } from './parse.ts'
export { default as render } from './render.ts'
export { default as render, renderAsync } from './render.ts'
export { templates } from './containers.ts'
export { config, config as defaultConfig, getConfig, configure } from './config.ts'

0 comments on commit 8dc90f3

Please sign in to comment.