UNPKG

aladinnetwork-blockstack

Version:

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

8 lines (7 loc) 242 B
import { Service } from './service'; declare class Facebook extends Service { static getProofUrl(proof: any): any; static normalizeUrl(proof: any): any; static getProofStatement(searchText: string): string; } export { Facebook };