Skip to content

Commit

Permalink
fix: mod.ts exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed Aug 25, 2020
1 parent b082b98 commit 80e0d42
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mod.ts
@@ -1,10 +1,3 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.

import { setup, prefix } from "./branch.ts";

export { LogConfig } from "./branch.ts";

export default {
setup,
prefix,
};
export { LogConfig, setup, prefix } from "./branch.ts";

0 comments on commit 80e0d42

Please sign in to comment.