mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-27 16:06:44 -06:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
|
module.exports = x => typeof x.then == 'function';
|