Skip to content

Ignore Functions

Choose a tag to compare

@shaunburdick shaunburdick released this 10 Sep 13:56

Added the ability to ignore functions!
Options:

{
  partial: boolean, do partial matches, default false
  strict: boolean, do strict key matching, default true
  ignoreFunctions: boolean, ignore functions instead of error, default false
}

This resolves #3