forked from olcxjas-softworks/LarpixClient
2 lines
158 B
TypeScript
2 lines
158 B
TypeScript
export declare function validateEnvValue(envVarName: string): string | null;
|
|
export declare function resolveEnvToolsetPath(envVarKey: string): string | null;
|