mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-06 00:09:20 +09:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
|
module.exports = x => typeof x.then == 'function';
|