UNPKG
liquid-data-handler
Version:
latest (1.0.0)
1.0.0
Transform plate layouts according to liquid handling instructions
liquid-data-handler
/
lib
/
keys
/
LayoutKeys.js
6 lines
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
"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