9924d0783066252d43d87f477271a24e0087644e2d9539c2f5d193e329a402aff13edbeca71916f044fde61ed39c0dc5fc11a0d6effc7defd6705d3e8ef136 440 B

1
  1. {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Call `next()` every time you want to stringify a new value.\n */\nexport type Next = (value: any, key?: PropertyKey) => string | undefined;\n\n/**\n * Stringify a value.\n */\nexport type ToString = (\n value: any,\n space: string,\n next: Next,\n key: PropertyKey | undefined\n) => string | undefined;\n"]}