Skip to content

Commit 6bc23e3

Browse files
committed
Document
1 parent 616dcb1 commit 6bc23e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ unsplash.photos.get({ photoId: 'foo' }).then(result => {
208208

209209
## Types
210210

211+
The types for this library target TypeScript v3.7 and above.
212+
211213
This library is written in TypeScript. This means that even if you are writing plain JavaScript, you can still get useful and accurate type information. We highly recommend that you setup your environment (using an IDE such as [VSCode](https://code.visualstudio.com/)) to fully benefit from this information:
212214

213215
### Function arguments

0 commit comments

Comments
 (0)