5.14.5 • Published 5 months ago

@types/metascraper-description v5.14.5

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

Installation

npm install --save @types/metascraper-description

Summary

This package contains type definitions for metascraper-description (https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-description).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/metascraper-description.

index.d.ts

// Type definitions for metascraper-description 5.14
// Project: https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-description
// Definitions by: Florian Imdahl <https://github.com/ffflorian>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import metascraper = require('metascraper');

declare namespace getData {
    interface Options {
        /** Truncate the value extracted to a maximum size (default: `300`). */
        truncateLength?: number | undefined;
    }
}

declare function getData(options?: getData.Options): metascraper.Rule;

export = getData;

Additional Details

  • Last updated: Thu, 08 Jul 2021 18:50:43 GMT
  • Dependencies: @types/metascraper
  • Global values: none

Credits

These definitions were written by Florian Imdahl.

5.14.5

5 months ago

5.14.4

6 months ago

5.14.3

7 months ago

5.14.2

8 months ago

5.14.1

3 years ago

5.14.0

4 years ago