Skip to main content
Module

x/nessie/types.ts>LoggerFn

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
type alias LoggerFn
import { type LoggerFn } from "https://deno.land/x/nessie@2.0.7/types.ts";

Logger function.

definition: (output?: any, title?: string) => void