UNPKG

ppipe

Version:

piping without the operator support

4 lines (2 loc) 88 B
const isFn = require("./isFunction"); module.exports = (val) => val && isFn(val.then);