# @aelfqueen/fetch

> Fetches the contents of a file accross node and browsers.

Latest version **1.1.2** (published 2025-07-29) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install @aelfqueen/fetch
pnpm add @aelfqueen/fetch
yarn add @aelfqueen/fetch
bun add @aelfqueen/fetch
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score; high quality score; popular repo.

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2025-07-29 |
| First published | 2025-07-29 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 13.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10583 |
| Author | Daniel Wirtz |
| Maintainers | hzz780, aelfofficial |

## Links

- npm: https://www.npmjs.com/package/@aelfqueen/fetch
- Repository: https://github.com/dcodeIO/protobuf.js
- Homepage: https://github.com/dcodeIO/protobuf.js#readme
- Issues: https://github.com/dcodeIO/protobuf.js/issues
- npm.io page: https://npm.io/package/@aelfqueen/fetch

## Dependencies (2)

- [@aelfqueen/inquire](https://npm.io/package/@aelfqueen/inquire.md) ^1.1.1
- [@protobufjs/aspromise](https://npm.io/package/@protobufjs/aspromise.md) ^1.1.1

## Recent versions

- 1.1.2 (latest) — 2025-07-29

## README

@protobufjs/fetch
=================
[![npm](https://img.shields.io/npm/v/@protobufjs/fetch.svg)](https://www.npmjs.com/package/@protobufjs/fetch)

Fetches the contents of a file accross node and browsers.

API
---

* **fetch(path: `string`, [options: { binary: boolean } ], [callback: `function(error: ?Error, [contents: string])`]): `Promise<string|Uint8Array>|undefined`**
  Fetches the contents of a file.

**License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)

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