UNPKG

vpn.email.client.gfw

Version:

vpn client gfw mode

9 lines 278 B
declare module "osenv" { export function home():string; export function user():string; export function prompt():string; export function tmpdir():string; export function path():string; export function editor():string; export function shell():string; }