1.2.0 • Published 11 months ago

jobmedia v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

My NPM Package

This package provides a set of asynchronous methods for retrieving albums based on asset count criteria from a media library.

Installation

To install the package, use npm:

npm install my-npm-package

Usage

After installing, you can import the package and use the provided methods to interact with albums.

import { getAlbumsByAssetCount, getAlbumsByAssetCountGreaterThan, ... } from 'my-npm-package';

Available Methods

  • getAlbumsByAssetCount(count: number): Retrieves albums with an exact asset count.
  • getAlbumsByAssetCountGreaterThan(count: number): Retrieves albums with an asset count greater than the specified count.
  • getAlbumsByAssetCountLessThan(count: number): Retrieves albums with an asset count less than the specified count.
  • getAlbumsByAssetCountBetween(min: number, max: number): Retrieves albums with an asset count between the specified minimum and maximum.
  • getAlbumsByAssetCountGreaterThanEqual(count: number): Retrieves albums with an asset count greater than or equal to the specified count.
  • getAlbumsByAssetCountLessThanEqual(count: number): Retrieves albums with an asset count less than or equal to the specified count.

License

This project is licensed under the MIT License. See the LICENSE file for details.

1.2.0

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago