mirror of
https://github.com/ASzc/change-string-case-action.git
synced 2024-11-24 04:13:51 +08:00
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
|
'use strict'
|
||
|
|
||
|
module.exports = {
|
||
|
kConstruct: Symbol('constructable')
|
||
|
}
|