import { flattenObject } from "./util"; console.log(flattenObject({ a: { b: { c: [1, 2, 3] } } }));