Skip to content

Commit

Permalink
chore: fix ts usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Apr 26, 2023
1 parent 7db3ed0 commit d3a02ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -25,9 +25,11 @@ $ npm install utility
```js
const utils = require('utility');
```

Also you can use it within typescript, like this ↓
```js
import * as utility from 'utility';

```ts
import utility from 'utility';
```

### md5
Expand Down

0 comments on commit d3a02ad

Please sign in to comment.