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