## v0.10.1 / 2023-08-31

### Added
- Disable webpack polyfill.
This commit is contained in:
Yi-Cyuan Chen
2023-08-31 09:44:37 +08:00
parent f490ee426a
commit c31830ad54
7 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ or
const { sha256, sha224 } = require('js-sha256');
```
### TypeScript
or TypeScript
If you use TypeScript, you can import like this:
```TypeScript
import { sha256, sha224 } from 'js-sha256';
```