UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

9 lines (6 loc) 189 B
"use strict"; var isCallable = require("./is-callable") , isObject = require("./is-object"); module.exports = function (value) { return isObject(value) && isCallable(value.then); };