Lee Thanh
Upload 3012 files
5641073
raw
history blame
362 Bytes
"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