3 lines
110 B
TypeScript
3 lines
110 B
TypeScript
import { Maybe } from "./Maybe";
|
|
export declare function which(binaryOrPath: string): Promise<Maybe<string>>;
|