UNPKG

@codechecks/build-size-watcher

Version:

Keep your build size in check and detect when it gets too big

3 lines (2 loc) 152 B
import { FullArtifact, FullArtifactDiff } from "./types"; export declare function getArtifactDiff(A: FullArtifact, B?: FullArtifact): FullArtifactDiff;