mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 00:45:50 +02:00
2 lines
49 B
JavaScript
2 lines
49 B
JavaScript
export default x => typeof x.then == 'function';
|