UNPKG

plate-data-transfer

Version:

Rearranging plate-layouts according to liquid handling steps

4 lines 333 B
import { TransferInstructionsRowType } from "./PlateTypes"; declare function getGeneratorOfTransferInstructions(instructions: TransferInstructionsRowType[]): IterableIterator<TransferInstructionsRowType[] | undefined>; export default getGeneratorOfTransferInstructions; //# sourceMappingURL=getNextTransferInstructionsChunck.d.ts.map