mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-31 23:19:24 +09:00
2 lines
49 B
TypeScript
2 lines
49 B
TypeScript
export default x => typeof x.then == 'function';
|