Skip to content

Commit d6ed5a7

Browse files
documented promise unwrapping
1 parent e5daa4a commit d6ed5a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ fs.writeFile(outputPath, schemaString, (err) => {
231231
- `keyof`
232232
- conditional types
233233
- functions
234+
- `Promise<T>` unwraps to `T`
234235

235236
## Run locally
236237

0 commit comments

Comments
 (0)