mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-11 16:52:42 +08:00
7 lines
189 B
TypeScript
7 lines
189 B
TypeScript
![]() |
import { Lazy } from "lazy-val";
|
||
|
import { VmManager } from "./vm";
|
||
|
export declare class PwshVmManager extends VmManager {
|
||
|
constructor();
|
||
|
readonly powershellCommand: Lazy<string>;
|
||
|
}
|