mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-29 15:50:39 +01:00
1 line
51 B
JavaScript
1 line
51 B
JavaScript
module.exports = x => typeof x.then == 'function';
|