UNPKG

aladinnetwork-blockstack

Version:

The Aladin Javascript library for authentication, identity, and storage.

8 lines (7 loc) 238 B
import { Service } from './service'; declare class Twitter extends Service { static getBaseUrls(): string[]; static normalizeUrl(proof: any): string; static getProofStatement(searchText: string): string; } export { Twitter };