UNPKG

@yume-chan/scrcpy

Version:
5 lines 213 B
import { toScrcpyOptionValue } from "../../base/index.js"; export function serialize(options, order) { return order.map((key) => toScrcpyOptionValue(options[key], "-")); } //# sourceMappingURL=serialize.js.map