{"version":3,"sources":["../../../source/sample/groups/object.ts"],"names":["SAMPLE_EMPTY_OBJECT","SAMPLE_OBJECTS"],"mappings":"AAAO,IAAMA,EAAsB,CAAC,EAGvBC,EAAiB,CAC7BD,EACA,CAAE,IAAK,OAAQ,CAChB","sourcesContent":["export const SAMPLE_EMPTY_OBJECT = {} as const;\n\n/* prettier-ignore */\nexport const SAMPLE_OBJECTS = [\n\tSAMPLE_EMPTY_OBJECT,\n\t{ key: \"value\" },\n] as const;\n"]}