rentgen/test.ts

4 lines
101 B
TypeScript

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