UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

10 lines (9 loc) 242 B
import { ApplicationLogger } from '../helpers'; export declare class BaseHelper { protected identifier: string; protected logger: ApplicationLogger; constructor(opts: { scope: string; identifier: string; }); }