UNPKG

aladinnetwork-blockstack

Version:

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

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