3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
|
|
import type { Plugin } from '../../types.js';
|
||
|
|
export declare const loggerPlugin: Plugin;
|