UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

3 lines (2 loc) 206 B
import { AxiosInstance } from 'axios'; export declare const detector: (url: string, axiosInstance?: AxiosInstance) => Promise<'mastodon' | 'pleroma' | 'friendica' | 'firefish' | 'gotosocial' | 'pixelfed'>;