UNPKG

@grasplabs/grasp

Version:

TypeScript SDK for browser automation and secure command execution in highly available and scalable cloud browser environments

13 lines 382 B
import { IAppConfig } from '../types'; /** * Gets application configuration from environment variables * @returns {IAppConfig} Application configuration object */ export declare function getConfig(): IAppConfig; /** * Default configuration constants */ export declare const DEFAULT_CONFIG: { readonly WORKING_DIRECTORY: "/home/user"; }; //# sourceMappingURL=config.d.ts.map