We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc2b7b commit b49e5c1Copy full SHA for b49e5c1
src/core.ts
@@ -1,7 +1,7 @@
1
import { Eta as EtaCore } from "./internal.ts";
2
3
-export type { EtaConfig, Options } from "./config.ts";
4
export type { TemplateFunction } from "./compile.ts";
+export type { EtaConfig, Options } from "./config.ts";
5
export {
6
EtaError,
7
EtaFileResolutionError,
src/index.ts
@@ -1,8 +1,8 @@
import { readFile, resolvePath } from "./file-handling.ts";
8
0 commit comments