{
  "version": 3,
  "sources": ["../../../src/internal-utils/get-typed-keys.ts"],
  "sourcesContent": ["/**\n * Gets the keys of the specified value in the type that corresponds with that value.\n *\n * For example: `{a: 'one', b: 'two'}` returns `['a', 'b']` as `Array<'a' | 'b'>` rather than as `string[]`.\n */\nexport const getTypedKeys = <T extends object>(value: T) => Object.keys(value) as Array<keyof T & string>;\n"],
  "mappings": "AAKO,MAAM,eAAe,CAAmB,UAAa,OAAO,KAAK,KAAK;",
  "names": []
}
