Skip to content

Commit

Permalink
fix(export) add { log } to export, and set it as default
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Apr 30, 2017
1 parent 17090cd commit 281f43e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/brolog.ts
Expand Up @@ -158,4 +158,5 @@ export class Brolog {

export const preSetInstance = new Brolog()

export { preSetInstance as log }
export default preSetInstance

0 comments on commit 281f43e

Please sign in to comment.