UNPKG

blockstack

Version:

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

4 lines (3 loc) 143 B
import 'cross-fetch/polyfill'; /** @ignore */ export declare function fetchPrivate(input: RequestInfo, init?: RequestInit): Promise<Response>;