UNPKG

@stefanobartoletti/nuxt-social-share

Version:
8 lines (7 loc) 243 B
/** * Mastodon Network Definition * Decentralized federated network, using an external service for sharing * @see https://mastodonshare.com/about */ import type { Network } from '../types/index.js'; export declare const mastodon: Network;