UNPKG

508 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.Projector = void 0;
7/**
8 * Projector object.
9 */
10class Projector {
11 /**
12 * Set the nobrowse option on mounted disk images.
13 */
14 nobrowse = false;
15
16 /**
17 * Output path.
18 */
19
20 /**
21 * Projector constructor.
22 *
23 * @param path Output path.
24 */
25 constructor(path) {
26 this.path = path;
27 }
28
29 /**
30 * Write out the projector.
31 */
32}
33exports.Projector = Projector;
34//# sourceMappingURL=projector.js.map
\No newline at end of file