0.0.2 • Published 5 months ago

cno-read-by-block v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

cno-read-by-block

standard-readme compliant Semantic Versioning 2.0.0 Conventional Commits License ci Coverage Status NPM Version

Micropackage: use NodeJS's promise API to asynchronously read a file by its optimal blocksize.

Table of Contents

Background

Install

Available on the npm registry as cno-read-by-block. Adding it to project using pnpm:

pnpm add --save cno-read-by-block

It can, of course, also be installed by npm or yarn using the normal methods.

Usage

import ReadByBlock from 'cno-read-by-block'; // Default export is a full "namespace".
import { ReadByBlockFromOptions } from 'cno-read-by-block'; // Just one function.

API

See API.md for full API.

Contributing

Changes are tracked in CHANGELOG.md.

License

MIT ©2024 Anadian

SEE LICENSE IN LICENSE

Creative Commons LicenseThis project's documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

0.0.2

5 months ago

0.0.1

5 months ago