summaryrefslogtreecommitdiffstats
path: root/lib/cache/symbols.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cache/symbols.js')
-rw-r--r--lib/cache/symbols.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/cache/symbols.js b/lib/cache/symbols.js
new file mode 100644
index 0000000..40448d6
--- /dev/null
+++ b/lib/cache/symbols.js
@@ -0,0 +1,5 @@
+'use strict'
+
+module.exports = {
+ kConstruct: require('../core/symbols').kConstruct
+}