leetcode-tools
Version:
A cli tool to enjoy leetcode!
8 lines • 518 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileDoesNotExist = exports.EnvironmentVariableDoesNotExist = exports.UnsupportedLangslugType = exports.DestinationAlreadyExists = void 0;
exports.DestinationAlreadyExists = "destination already exists";
exports.UnsupportedLangslugType = "unsupported langslug type";
exports.EnvironmentVariableDoesNotExist = "environment variable does not exist";
exports.FileDoesNotExist = "file does not exist";
//# sourceMappingURL=errorMsg.js.map