UNPKG

@timescaledb/utils

Version:

This package contains utilities like formatting and escaping sql strings plus other helper functions.

3 lines (2 loc) 124 B
import * as Debug from 'debug'; export declare const debug: (packageName: string) => (namespace: string) => Debug.Debugger;