mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 00:45:50 +02:00
✌️
This commit is contained in:
1
src/web/app/common/scripts/is-promise.js
Normal file
1
src/web/app/common/scripts/is-promise.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = x => typeof x.then == 'function';
|
||||
@@ -1 +0,0 @@
|
||||
module.exports = (x) -> typeof x.then == \function
|
||||
Reference in New Issue
Block a user