UNPKG

@factorialco/shadowdog

Version:

<img src="https://raw.githubusercontent.com/factorialco/shadowdog/refs/heads/main/logo.png" alt="drawing" width="100"/>

9 lines (8 loc) 561 B
import { ShadowdogEventEmitter } from './events'; export declare const logMessage: (message: string) => void; export declare const logError: (error: Error) => void; export declare const chalkFiles: (files: string[]) => string; export declare const readShadowdogVersion: () => any; export declare const exit: (eventEmitter: ShadowdogEventEmitter, code: number) => Promise<never>; export declare const computeCache: (files: string[], environment: string[]) => string; export declare const computeFileCacheName: (currentCache: string, fileName: string) => string;