UNPKG

@politie/sherlock-utils

Version:

Utility functions that are designed to work with Sherlock. His toolbelt.

3 lines (2 loc) 119 B
import { Derivable } from '@politie/sherlock'; export declare function fromPromise<V>(prom: Promise<V>): Derivable<V>;