@kcws/lintstaged-config
Version:
kamontat's lintstaged config
11 lines • 352 B
TypeScript
/**
* 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