UNPKG

newwave-core

Version:

A library containing core mechanisms for Helios Launcher

11 lines (10 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IndexProcessor = void 0; class IndexProcessor { commonDir; constructor(commonDir) { this.commonDir = commonDir; } } exports.IndexProcessor = IndexProcessor;