UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

8 lines (7 loc) 191 B
import { ApplicationLogger } from '../helpers'; export declare abstract class BaseProvider { protected logger: ApplicationLogger; constructor(opts: { scope: string; }); }