2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
|
module.exports = x => typeof x.then == 'function';
|