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

3 lines
200 B
TypeScript

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