UNPKG

@qc2168/mib

Version:
4 lines (3 loc) 209 B
import { ExecAdbOptions } from "./adb"; export declare const getFileHashMobile: (path: string, opt: ExecAdbOptions) => string | null; export declare const getFileHashLocal: (path: string) => string | null;