Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 9, 2023
1 parent 42a8155 commit 11f4ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions is-generator-object/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var isGeneratorObject = require( '@stdlib/assert/is-generator-object' );

Tests if a `value` is a [`generator`][mdn-generator-object] object.

<!-- eslint-disable no-restricted-syntax -->
<!-- eslint-disable no-restricted-syntax, node/no-unsupported-features/es-syntax -->

```javascript
function* generateID() {
Expand Down Expand Up @@ -63,7 +63,7 @@ bool = isGeneratorObject( {} );

## Examples

<!-- eslint-disable no-restricted-syntax -->
<!-- eslint-disable no-restricted-syntax, node/no-unsupported-features/es-syntax -->

<!-- eslint no-undef: "error" -->

Expand Down

0 comments on commit 11f4ece

Please sign in to comment.