Skip to content

Commit

Permalink
fixup: damn this limited docs types validator
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Oct 5, 2024
1 parent 358486c commit 41163ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ added: REPLACEME
* Returns: {Object | undefined}
* data: {Object}
* name: {string}
* type: {'commonjs' | 'module' | undefined}
* type: {string | undefined}
* exports: string | string\[] | Record\<string, unknown> | undefined
* imports: string | string\[] | Record\<string, unknown> | undefined
* \[key: string]?: {unknown}
Expand Down

0 comments on commit 41163ca

Please sign in to comment.