3 lines
192 B
TypeScript
3 lines
192 B
TypeScript
import type { HashSource, NormalizedOptions } from '../Fingerprint.types';
|
|
export declare function getHashSourcesAsync(projectRoot: string, options: NormalizedOptions): Promise<HashSource[]>;
|