Files
js-md5/src/md5.mjs
T
Yi-Cyuan Chen b02f0d93f3 ### 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
2026-07-20 10:19:42 +08:00

5 lines
65 B
JavaScript

import md5 from './md5.js';
export { md5 };
export default md5;