@types/fetch-meta-tags
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/fetch-meta-tags

Summary

This package contains type definitions for fetch-meta-tags (https://github.com/luisivan/fetch-meta-tags#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fetch-meta-tags.

index.d.ts

export interface fetchedMeta {
    url: string;
    title?: string;
    description?: string;
    icon?: string;
    image?: string;
}

export default function fetchMeta(site: string): fetchedMeta;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Alessandro Rabitti.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/fetch-meta-tags

Weekly Downloads

15

Version

1.0.2

License

MIT

Unpacked Size

3.02 kB

Total Files

5

Last publish

Collaborators

  • types