information/node_modules/undici/lib/cache/symbols.js
2023-10-24 12:35:54 +02:00

6 lines
73 B
JavaScript

'use strict'
module.exports = {
kConstruct: Symbol('constructable')
}