Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doublelam committed Dec 13, 2024
1 parent 040cba5 commit a744b18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ const delivery = new Delivery<string>();
});
```

## Methods
```ts
{
register: (key: string) => Promise<T>
resolve: (key: string, value: T) => void;
reject: (key: string, reason: string) => void
}
```

## Contribution

```bash
Expand Down

0 comments on commit a744b18

Please sign in to comment.