rentgen/test.ts

4 lines
101 B
TypeScript
Raw Normal View History

2021-11-22 17:54:15 +01:00
import { flattenObject } from "./util";
console.log(flattenObject({ a: { b: { c: [1, 2, 3] } } }));