UNPKG

@openhps/core

Version:

Open Hybrid Positioning System - Core component

10 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PullPromise = void 0; /** * A pull promise is a promise that is returned when pulling a dataframe from a graph. */ class PullPromise extends Promise { } exports.PullPromise = PullPromise; //# sourceMappingURL=PullPromise.js.map