UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

3 lines (2 loc) 163 B
import { Subscriber } from '../Subscriber'; export declare const subscribeToPromise: <T>(promise: PromiseLike<T>) => (subscriber: Subscriber<T>) => Subscriber<T>;