@ndriadev/futurable 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -24
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,32 +1,14 @@
|
|
|
1
|
-
<style>
|
|
2
|
-
h1 {
|
|
3
|
-
border-bottom: unset;
|
|
4
|
-
}
|
|
5
|
-
h3 {
|
|
6
|
-
margin-bottom: 3rem;
|
|
7
|
-
}
|
|
8
|
-
#badge-div-1 {
|
|
9
|
-
margin-top: 3rem;
|
|
10
|
-
display: flex;
|
|
11
|
-
justify-content: center;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
#badge-div-2 {
|
|
15
|
-
display: flex;
|
|
16
|
-
justify-content: center;
|
|
17
|
-
}
|
|
18
|
-
</style>
|
|
19
1
|
<h1 align="center">Futurable</h1>
|
|
20
|
-
<
|
|
2
|
+
<h3 align="center">Javascript's Promise API with super powers!</h3>
|
|
21
3
|
|
|
22
|
-
<div
|
|
4
|
+
<div align="center">
|
|
23
5
|
|
|
24
6
|
[](https://www.npmjs.org/package/%40ndriadev/futurable)
|
|
25
7
|

|
|
26
8
|

|
|
27
9
|

|
|
28
10
|
</div>
|
|
29
|
-
<div
|
|
11
|
+
<div align="center">
|
|
30
12
|
|
|
31
13
|

|
|
32
14
|

|
|
@@ -34,9 +16,6 @@
|
|
|
34
16
|

|
|
35
17
|
</div>
|
|
36
18
|
|
|
37
|
-
<h3 align="center">
|
|
38
|
-
Power up for Javascript's Promise API with cancellation support and more.
|
|
39
|
-
</h3>
|
|
40
19
|
|
|
41
20
|
# Summary
|
|
42
21
|
- [ToDo](#TODO)
|