File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ When converting existing code from JS to TS you can do it in 2 parts:
135135
136136- Ensuring type safety within JS code,
137137- Converting JS to TS.
138- - Ensure empty ` .npmignore ` is present in the directory you just introduces the typescript file.
138+ - Ensure empty ` .npmignore ` is present in the directory you just introduced the typescript file in .
139139
140140The repository is set up in a way that supports files at all 3 conversion steps (including fully unconverted files).
141141
Original file line number Diff line number Diff line change 11# Some rambling on JS types
22
3- JavaScript allows you to ignore calls to this library with arbitrary values as arguments .
3+ JavaScript allows calls to this library with arbitrary argument values .
44In general using this driver API with values of types different than described in the documentation
55(JS Docs) can be considered UB.
66
You can’t perform that action at this time.
0 commit comments