UNPKG

aladinnetwork-blockstack

Version:

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

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