@factorialco/shadowdog
Version:
<img src="https://raw.githubusercontent.com/factorialco/shadowdog/refs/heads/main/logo.png" alt="drawing" width="100"/>
12 lines (11 loc) • 355 B
TypeScript
import { Middleware } from '.';
type FilterFn = (file: string) => boolean;
export declare const compressArtifact: (folderPath: string, outputPath: string, filter?: FilterFn) => Promise<unknown>;
declare const _default: {
middleware: Middleware<{
path: string;
read: boolean;
write: boolean;
}>;
};
export default _default;