leetcode-tools
Version:
A cli tool to enjoy leetcode!
5 lines (4 loc) • 311 B
TypeScript
export declare const DestinationAlreadyExists = "destination already exists";
export declare const UnsupportedLangslugType = "unsupported langslug type";
export declare const EnvironmentVariableDoesNotExist = "environment variable does not exist";
export declare const FileDoesNotExist = "file does not exist";