From e4450c8417624b71d779cb4f41692538f9165e10 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 2 Sep 2023 19:12:47 -0400 Subject: first commit --- node_modules/undici/lib/cache/symbols.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 node_modules/undici/lib/cache/symbols.js (limited to 'node_modules/undici/lib/cache/symbols.js') diff --git a/node_modules/undici/lib/cache/symbols.js b/node_modules/undici/lib/cache/symbols.js new file mode 100644 index 0000000..f9b1974 --- /dev/null +++ b/node_modules/undici/lib/cache/symbols.js @@ -0,0 +1,5 @@ +'use strict' + +module.exports = { + kConstruct: Symbol('constructable') +} -- cgit v1.2.3