Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <[email protected]>
  • Loading branch information
ehmicky and sindresorhus committed Mar 9, 2023
1 parent 8a445e4 commit 2de5494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -258,6 +258,8 @@ export type CommonOptions<EncodingType> = {
export type Options<EncodingType = string> = {
/**
Write some input to the `stdin` of your binary.
Tip: If the input is a file, use the `inputFile` option instead.
*/
readonly input?: string | Buffer | ReadableStream;

Expand Down

0 comments on commit 2de5494

Please sign in to comment.