mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 06:35:57 +02:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = x => typeof x.then == 'function';
|