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
/
test0
/
configs.d.ts
4 lines
•
199 B
TypeScript
View Raw
1
2
3
4
import
{
PlateIdConfigType
,
KeySetType
}
from
"../../mainTypes"
;
export
declare
let
keysConfig
:
KeySetType
;
export
declare
let
platesConfig
:
PlateIdConfigType
[];
//# sourceMappingURL=configs.d.ts.map