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