import { alter } from "./alter";
import { copy } from "./copy";
import { merge } from "./merge";
export { alter, copy, merge };
