UNPKG

@kcws/lintstaged-config

Version:
11 lines 352 B
/** * Find command on the system path, and return the absolute path to the command; * Otherwise, return input name and let the system handle if error occurred. * * @param name - commandline name * @returns the absolute path to the command * * @beta */ export declare const getCommand: (name: string) => string; //# sourceMappingURL=cmd.d.ts.map