codechaotic / eznv

Env Management without Fuss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load and LoadSync argument `options` is required

codechaotic opened this issue · comments

Excluding the options object from a call to Schema.load() or Schema.loadSync() results in a typescript error.

Expected 1 arguments, but got 0.

These methods should be callable without supplying an options object since all options have safe defaults.