Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix the
options
parameter non-nullable
Previously, the `options` parameter of all `ls*` functions cannot passed as `null`, instead it should use `undefined` or an empty object (`{}`). This change is here to address the issue, and the `options` parameter can now be passed either with `null` or `undefined` as the value.
- Loading branch information