mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-02 11:42:51 +09:00
2 lines
49 B
TypeScript
2 lines
49 B
TypeScript
export default x => typeof x.then == 'function';
|