Skip to content

Commit

Permalink
feat: expose "Options" and "EtaConfig" types (eta-dev#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-bolokhov committed Jul 23, 2024
1 parent b0e2c30 commit c5445c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {
EtaFileResolutionError,
EtaNameResolutionError,
} from "./err.ts";
export { type Options, type EtaConfig } from "./config.ts";

export class Eta extends EtaCore {
readFile = readFile;
Expand Down

0 comments on commit c5445c9

Please sign in to comment.