import * as IO from 'fp-ts/IO' import { void as _void } from './log/Void' export type Logger = (...as: ReadonlyArray) => IO.IO export { _void as void }