Lodash _.isNative() Method
Lodash _.isNative() method is used to check whether the specified value is a pristine native function or not.Syntax:_.isNative(value);Parameters:value: This parameter holds the value to check.Return Value: This method returns a boolean value true if the specified value is a pristine native function,