template-project/node_modules/exiftool-vendored/dist/Which.d.ts
2025-05-30 18:13:30 +08:00

3 lines
110 B
TypeScript

import { Maybe } from "./Maybe";
export declare function which(binaryOrPath: string): Promise<Maybe<string>>;