@types/metascraper-clearbit
TypeScript icon, indicating that this package has built-in type declarations

5.14.6 • Public • Published

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

/// <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.Rules;

export = getData;

Additional Details

Credits

These definitions were written by Florian Imdahl.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/metascraper-clearbit

Weekly Downloads

44

Version

5.14.6

License

MIT

Unpacked Size

3.6 kB

Total Files

5

Last publish

Collaborators

  • types