plate-data-transfer
Version:
Rearranging plate-layouts according to liquid handling steps
4 lines • 333 B
TypeScript
import { TransferInstructionsRowType } from "./PlateTypes";
declare function getGeneratorOfTransferInstructions(instructions: TransferInstructionsRowType[]): IterableIterator<TransferInstructionsRowType[] | undefined>;
export default getGeneratorOfTransferInstructions;
//# sourceMappingURL=getNextTransferInstructionsChunck.d.ts.map