This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
signal-desktop
Watch
2
Star
0
Fork
You've already forked signal-desktop
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9afea3ae2b
signal-desktop
/
js
/
modules
/
deferred_to_promise.d.ts
4 lines
96 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Let's make it all pretty, shall we? We missed a couple directories with previous attempts to turn this on globally: app/ and libtextsecure/ Not to mention files in places we didn't expect: ts files that weren't in the ts directory! This turns prettier on for every file we care about (js, ts, tsx, md) everywhere in the project but for a few key parts.
2018-05-02 01:54:43 +00:00
export
function
deferredToPromise
<
T
>
(
deferred
:
JQuery.Deferred
<
any
,
any
,
any
>
)
:
Promise
<
T
>
;
Reference in a new issue
Copy permalink