# findpropertyvalue

> this is just a simple package for find the value from array or object

Latest version **1.1.0** (published 2023-11-01) · ISC license · 0 weekly downloads

## Install

```sh
npm install findpropertyvalue
pnpm add findpropertyvalue
yarn add findpropertyvalue
bun add findpropertyvalue
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2023-11-01 |
| First published | 2023-11-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | edris poursadeghi |
| Maintainers | edris-poursadeghi |
| Keywords | object |

## Links

- npm: https://www.npmjs.com/package/findpropertyvalue
- Repository: https://github.com/edris-poursadeghi/findPropertyValue
- Homepage: https://github.com/edris-poursadeghi/findPropertyValue#readme
- Issues: https://github.com/edris-poursadeghi/findPropertyValue/issues
- npm.io page: https://npm.io/package/findpropertyvalue

## Recent versions

- 1.1.0 (latest) — 2023-11-01
- 1.0.0 — 2023-11-01

## README

# 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`.

---
_Source: https://npm.io/package/findpropertyvalue · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
