ssap_app/node_modules/@expo/fingerprint/build/sourcer/Sourcer.d.ts

3 lines
192 B
TypeScript

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