mirror of
https://github.com/JonasunderscoreJones/aka-worker.git
synced 2025-10-23 18:09:19 +02:00
5 lines
73 B
JavaScript
5 lines
73 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
kConstruct: Symbol('constructable')
|
|
}
|