UNPKG

liquid-data-handler

Version:

Transform plate layouts according to liquid handling instructions

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