UNPKG

@comunica/core

Version:

Lightweight, semantic and modular actor framework

4 lines (3 loc) 166 B
import type { Logger } from '@comunica/types'; import { ActionContextKey } from './ActionContext'; export declare const CONTEXT_KEY_LOGGER: ActionContextKey<Logger>;