UNPKG
liquid-data-handler
Version:
latest (1.0.0)
1.0.0
Transform plate layouts according to liquid handling instructions
liquid-data-handler
/
lib
/
tests
/
test2
/
index.d.ts
9 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
instructions
from
"./instructions"
;
import
{ keysConfig, platesConfig }
from
"./configs"
;
declare
const
layouts
: {
Plate
:
string
;
Well
:
string
;
sample_id
:
string
; }[][];
export
{ layouts, keysConfig, platesConfig, instructions };
//# sourceMappingURL=index.d.ts.map