UNPKG

react-router

Version:
7 lines (6 loc) 148 B
'use strict'; exports.__esModule = true; exports.isPromise = isPromise; function isPromise(obj) { return obj && typeof obj.then === 'function'; }