mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
import v35 from './v35.js';
|
|
import md5 from './md5.js';
|
|
var v3 = v35('v3', 0x30, md5);
|
|
export default v3; |