UNPKG

openai-cli-unofficial

Version:

A powerful OpenAI CLI Coding Agent built with TypeScript

8 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LANGUAGES = void 0; exports.LANGUAGES = { en: { name: 'English', nativeName: 'English' }, zh: { name: 'Chinese', nativeName: '中文' }, }; //# sourceMappingURL=language.js.map