@feflow/cli
Version:
A front-end flow tool.
19 lines • 579 B
TypeScript
/**
* register the directory to the environment variable path
*/
export default class Binp {
private readonly currentOs;
constructor();
register(binPath: string, prior?: boolean, temporary?: boolean): void;
addToPath(file: string, content: string): void;
private isRegisted;
private registerToWin32;
private registerToUnixLike;
private checkTerminal;
private handleUnsupportedTerminal;
private detectProfile;
private detectBashProfile;
private detectCshProfile;
private detectZshProfile;
}
//# sourceMappingURL=index.d.ts.map