5 lines
73 B
JavaScript
Executable file
5 lines
73 B
JavaScript
Executable file
'use strict'
|
|
|
|
module.exports = {
|
|
kConstruct: Symbol('constructable')
|
|
}
|