mirror of
https://gitea.com/actions/stale.git
synced 2026-07-21 13:02:19 +00:00
0649bd8119
* Bumping actions/github to 2.2.0 for GHES * Husky commit correct node modules
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
var stringify = require('../');
|
|
var obj = { c: 6, b: [4,5], a: 3 };
|
|
console.log(stringify(obj));
|