UNPKG

unchainedshop-bobzero-plugin

Version:

Plugin for unchained engine to support payments with the bob zero ecommerce product of bob Finance AG.

6 lines (5 loc) 190 B
import { LogLevel } from '@unchainedshop/logger'; export declare const log: (message: string | Error, options?: { [x: string]: any; level?: LogLevel; }) => import("winston").Logger;