@lark-project/cli
Version:
飞书项目插件开发工具
15 lines (14 loc) • 431 B
TypeScript
/// <reference types="node" />
export declare const env: {
readonly isTTY: boolean;
readonly platform: NodeJS.Platform;
readonly host: string;
readonly originForDevServer: string;
readonly sockPath: string;
readonly sockPort: string;
readonly sockHost: string;
readonly debug: boolean;
readonly ttEnv: string;
readonly disableHttps: boolean;
readonly skipLatestValid: string | false;
};