This website requires JavaScript.
Explore
Help
Sign In
mirror
/
misskey
Watch
1
Star
0
Fork
1
You've already forked misskey
mirror of
https://github.com/misskey-dev/misskey.git
synced
2025-01-07 00:19:20 +09:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
7c86b866bf
misskey
/
src
/
web
/
app
/
common
/
scripts
/
is-promise.js
2 lines
49 B
JavaScript
Raw
Normal View
History
Unescape
Escape
:sushi: Closes #12, #227 and #58
2017-03-18 20:05:11 +09:00
export
default
x
=>
typeof
x
.
then
==
'function'
;
Reference in New Issue
Copy Permalink