UNPKG

@yoroi/common

Version:
11 lines (9 loc) 262 B
/** * Flowtype definitions for to-logger-metadata * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { App } from "@yoroi/types"; declare export function toLoggerMetadata( metadata: App.Logger.Metadata ): App.Logger.Metadata;