UNPKG

graphile-config

Version:

Standard plugin interface and helpers to be used across the Graphile stack.

9 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPromiseLike = isPromiseLike; function isPromiseLike(value) { return (typeof value === "object" && value !== null && typeof value.then === "function"); } //# sourceMappingURL=utils.js.map