UNPKG

@openhps/core

Version:

Open Hybrid Positioning System - Core component

5 lines (4 loc) 145 B
/** * A pull promise is a promise that is returned when pulling a dataframe from a graph. */ export class PullPromise<T> extends Promise<T> {}