5.14.6 • Published 5 months ago

@types/metascraper-clearbit v5.14.6

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

Installation

npm install --save @types/metascraper-clearbit

Summary

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

Details

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

index.d.ts

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

/// <reference types="node" />

import * as http from 'http';

import metascraper = require('metascraper');

declare namespace getData {
    interface Options {
        /** Any option provided here will passed to `got#options`. */
        gotOpts?: http.ClientRequestArgs | undefined;
    }
}

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

export = getData;

Additional Details

Credits

These definitions were written by Florian Imdahl.

5.14.6

5 months ago

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