initial commit
[squeep-log-helper] / index.js
diff --git a/index.js b/index.js
new file mode 100644 (file)
index 0000000..412eaa7
--- /dev/null
+++ b/index.js
@@ -0,0 +1,7 @@
+'use strict';
+
+const { fileScope } = require('./lib/file-scope.js');
+
+module.exports = {
+  fileScope,
+};