UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

4 lines (3 loc) 101 B
export default function isPromiseLike(value) { return value && typeof value.then === "function"; }