Skip to content

Commit

Permalink
feat(main): add a logger
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jun 8, 2019
1 parent ef5721e commit f97bf26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/ConsoleLogger.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import {FIO} from './FIO'

export const putStrLn = (...t: unknown[]) => FIO.uio(() => console.log(...t))

0 comments on commit f97bf26

Please sign in to comment.