aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/traverse/lib/hub.js
blob: 9f97f79c68c3f66fe5805dd3b45c462ac16bbdb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = void 0;

class Hub {
  constructor(file) {
    this.file = file;
  }

}

exports.default = Hub;