UNPKG

liquid-data-handler

Version:

Transform plate layouts according to liquid handling instructions

9 lines 507 B
import { PlateIdConfigType, KeySetType } from "../../mainTypes"; import { ClashStrategyType } from "../../PlateTypes"; export declare const keysConfig: KeySetType; export declare const platesConfig: PlateIdConfigType[]; export declare const clashStrategyConcat: ClashStrategyType; export declare const clashStrategyKeepDest: ClashStrategyType; export declare const clashStrategyKeepSource: ClashStrategyType; export declare const clashStrategySuffix: ClashStrategyType; //# sourceMappingURL=configs.d.ts.map