Skip to content

Commit 451508f

Browse files
authored
Update README.md
1 parent f158392 commit 451508f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@ const src = buildUrl('example', {
3737
console.log(src)
3838
```
3939

40+
## Use with TypeScript
41+
42+
cloudinary-build-url supports TypeScript. In order to start using the lib with TypeScript, please install `@cld-apis/types` as devDependencies.
43+
44+
```bash
45+
npm i -D @cld-apis/types
46+
47+
#OR
48+
49+
yarn add -D @cld-apis/types
50+
```
51+
4052
## Supporting packages
4153

4254
### `@cld-apis/utils`

0 commit comments

Comments
 (0)