UNPKG

166 BTypeScriptView Raw
1import type { Logger } from '@comunica/types';
2import { ActionContextKey } from './ActionContext';
3export declare const CONTEXT_KEY_LOGGER: ActionContextKey<Logger>;