You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lambda function is represented internally as a javascript object. A check needs to be added to the `lookup` function to only expose properties if they are a non-function object. Similar to the check that already exists in the `keys` function.
Signed-off-by: andrew-coleman <[email protected]>
0 commit comments