UNPKG

@expo/fingerprint

Version:

A library to generate a fingerprint from a React Native project

3 lines (2 loc) 200 B
import type { HashSource, NormalizedOptions } from '../Fingerprint.types'; export declare function getPatchPackageSourcesAsync(projectRoot: string, options: NormalizedOptions): Promise<HashSource[]>;