UNPKG

@baseplate-dev/sync

Version:

Library for syncing Baseplate descriptions

9 lines 328 B
import type { Logger } from '#src/utils/evented-logger.js'; export interface TestLogger extends Logger { getErrorOutput(): string; getWarnOutput(): string; getInfoOutput(): string; getDebugOutput(): string; } export declare function createTestLogger(): TestLogger; //# sourceMappingURL=logger.test-utils.d.ts.map