// import { fromStringifyable } from "../../src/cp-node/stringification/from-stringifyable.js"; // import { toStringifyable } from "../../src/cp-node/stringification/to-stringifyable.js"; // import { Mat } from "../../src/mat/mat.js"; // import { getMats1 } from "./get-mats1.js"; // const mats1 = getMats1(); // const cpNode1_stringifyable = toStringifyable(mats1[0].cpNode); // const mats1_: Mat[] = [{ // cpNode: fromStringifyable(cpNode1_stringifyable), // meta: mats1[0].meta // technically should also be // }]; // console.log(JSON.stringify(mats1_[0].cpNode)); //? // export { mats1_ };