Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Remove options from README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 17, 2022
1 parent 3b60955 commit 8de9c7d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,10 @@ asyncFn().then((res) => {
API
---

### degenerator(code: string, names: Array<string|RegExp>, options?: DegeneratorOptions): String
### degenerator(code: string, names: Array<string|RegExp>): String

Returns a "degeneratorified" JavaScript string, with `async`/`await` transplanted.

#### DegeneratorOptions

An options object _may_ be passed in as the third parameter, with the following
values:

* `output` - string - May be `"async"` or `"generator"`, defaults to `"async"`.


License
-------
Expand Down

0 comments on commit 8de9c7d

Please sign in to comment.