UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

9 lines (8 loc) 248 B
import { Component } from '@loopback/core'; import { ApplicationLogger } from '../helpers'; export declare class BaseComponent implements Component { protected logger: ApplicationLogger; constructor(opts: { scope: string; }); }