UNPKG

object-flatify

Version:

Transforms complex nested objects and arrays into a single-level structure, including array indices in the column names. This conversion simplifies the representation of hierarchical data, making it easier to work with in tabular formats. By flattening th

8 lines (5 loc) 106 B
import type { Config } from "jest"; const config: Config = { verbose: true, }; export default config;