mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-09 22:34:06 +07:00
6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
kConstruct: require('../core/symbols').kConstruct
|
|
}
|