UNPKG

fliphub-monorepo

Version:
10 lines (8 loc) 121 B
module.exports = class { constructor(parent) { this.parent = parent; } end() { return this.parent; } };