pietvanzoen / deno-dotenv

Deprecated. Use std/dotenv instead.

Home Page:https://deno.land/std/dotenv/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use promised based file apis

justinmchase opened this issue · comments

config() is sync and it appears that you're using Deno.readFileSync deep down. It would be nice if this library used the async functions instead.

Relates to denoland/deploy_feedback#158

derp, I see there is a configAsync function. Perhaps those should be the defaults, or maybe just advertised on the main README a little bit but the function is available..