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
Add support for settings, aliases
This allows for passing settings to a brief when instantiating it, which
is how you can add aliases for keys on your brief.
Add `find` method
The `find` method accepts an array of keys, and iterates over the
returning the value of the first key that matches. This allows for some
itneresting behavior, such as defacto aliases for values or setting
built-in defaults.