Skip to content

Commit

Permalink
format project
Browse files Browse the repository at this point in the history
  • Loading branch information
laqudee committed Dec 22, 2023
1 parent 49a6da1 commit 6dbccf0
Show file tree
Hide file tree
Showing 4 changed files with 899 additions and 319 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ Implement an Owner Promise.
Building Promises from scratch

[refer to:JavaScript Promises by Building a Custom Implementation](https://codefrontend.com/promises/)

[refer to: Custom Promise](https://github.com/laqudee/custom-promise)

## Usage

````bash
```bash
# install
npm install @laqudee/promise-futurable

Expand Down
2 changes: 1 addition & 1 deletion examples/useFuturable.cjs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Futurable = require("../dist/index.cjs.js")
const Futurable = require('../dist/index.cjs.js')

new Futurable((resolve) => {
setTimeout(() => {
Expand Down
Loading

0 comments on commit 6dbccf0

Please sign in to comment.