mirror of
https://github.com/emn178/js-md5.git
synced 2026-08-12 20:31:43 +08:00
### Added
- Modern and lite builds generated from the same source. - support ESM. - Set up GitHub release action / provenance ### Fixed - Fix uploading coverage to coveralls - fix recognize environment is node when use browserfs
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import md5 from './md5.js';
|
||||
|
||||
export { md5 };
|
||||
export default md5;
|
||||
Reference in New Issue
Block a user