/** * @tsplus static effect/core/io/Logger.Ops sync */ export function sync(a: LazyArg): Logger { return Logger.simple(a) }