Skip to content

edris-poursadeghi/findPropertyValue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Property Value

A simple npm package that searches for a property in an array or object and returns its value.

Installation

You can install the package using npm:

Usage

API

findPropertyValue(data, property)

This function takes two parameters:

  • data (array or object): The array or object to search in.
  • property (string): The property to find.

If the property is found in the data, the function returns its value. If the property is not found, it returns undefined.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published