mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-08-13 22:54:32 +00:00
1 line
51 B
JavaScript
1 line
51 B
JavaScript
module.exports = x => typeof x.then == 'function';
|