Skip to content

Commit ad8730a

Browse files
authored
Update TypeScript guidance (#1470)
The JavaScript Install instructions include a TypeScript section. I removed it entirely because types are now provided by `minio-js` and should not be installed separately via `@types/minio`. Happy to consider alternatives, such as keeping the section with a note like "types are now provided by the `minio-js` package".
1 parent 6da905b commit ad8730a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

source/developers/minio-drivers.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,6 @@ Install
165165
npm install
166166
npm install -g
167167
168-
- TypeScript
169-
170-
.. code-block:: shell
171-
:class: copyable
172-
173-
npm install --save-dev @types/minio
174-
175168
176169
.. _haskell-sdk:
177170

0 commit comments

Comments
 (0)