UNPKG

indexr

Version:

Automated dynamic indexes for your ES6+ source code.

14 lines (9 loc) 419 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _rootFolderFilePath = require('./rootFolderFilePath'); var _rootFolderFilePath2 = _interopRequireDefault(_rootFolderFilePath); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = { rootFolderFilePath: _rootFolderFilePath2.default }; module.exports = exports['default'];