Skip to content

Commit 753c1e1

Browse files
vzaidmanmeta-codesync[bot]
authored andcommitted
fixed node types for style text "validateStream" (#54778)
Summary: Pull Request resolved: #54778 Changelog: [Internal] The correct value is `validateStream` and not `validStream` https://nodejs.org/api/util.html#utilstyletextformat-text-options Reviewed By: huntie Differential Revision: D88368928 fbshipit-source-id: 0f9a9bf0aaa13b325dd22aed8c07d8dab38e5f17
1 parent 1c282d7 commit 753c1e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow-typed/environment/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3375,7 +3375,7 @@ declare module 'util' {
33753375
text: string,
33763376
options?: $ReadOnly<{
33773377
stream?: ?stream$Stream,
3378-
validStream?: ?boolean,
3378+
validateStream?: ?boolean,
33793379
}>,
33803380
): string;
33813381
}

0 commit comments

Comments
 (0)