persona-community-5/.pnpm-store/v3/files/49/da4c90d41d04416b4019bfd8de9dad3f06992da8c7c65f62e6a8e947c233cc3e2bb4164debb11cc56a8e103d5c0ab4adb312933a3af7a54ad920b38a585122
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

4 lines
97 B
Plaintext

var stringify = require('../');
var obj = { c: 6, b: [4,5], a: 3 };
console.log(stringify(obj));