UNPKG

liquid-data-handler

Version:

Transform plate layouts according to liquid handling instructions

6 lines 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WELL_ID_KEY = exports.PLATE_ID_KEY = void 0; exports.PLATE_ID_KEY = "Plate"; exports.WELL_ID_KEY = "Well"; //# sourceMappingURL=LayoutKeys.js.map