Skip to content

Commit d3a02ad

Browse files
committed
chore: fix ts usage
1 parent 7db3ed0 commit d3a02ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ $ npm install utility
2525
```js
2626
const utils = require('utility');
2727
```
28+
2829
Also you can use it within typescript, like this ↓
29-
```js
30-
import * as utility from 'utility';
30+
31+
```ts
32+
import utility from 'utility';
3133
```
3234

3335
### md5

0 commit comments

Comments
 (0)