mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-27 13:46:43 -06:00
1 line
51 B
JavaScript
1 line
51 B
JavaScript
module.exports = x => typeof x.then == 'function';
|