Spaces:
Configuration error
Configuration error
File size: 362 Bytes
5641073 |
1 2 3 4 5 6 7 8 9 10 11 12 |
"use strict";
/**
* Why would anyone **SANE** ever use this!?
*
* @author jdiaz5513
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.VoidList = void 0;
const pointer_list_1 = require("./pointer-list");
const void_1 = require("./void");
exports.VoidList = pointer_list_1.PointerList(void_1.Void);
//# sourceMappingURL=void-list.js.map |