mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 06:04:46 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
7
web/admin-spa/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
generated
vendored
7
web/admin-spa/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
generated
vendored
@@ -1,7 +0,0 @@
|
||||
var stringify = require('../');
|
||||
|
||||
var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 };
|
||||
var s = stringify(obj, function (a, b) {
|
||||
return a.key < b.key ? 1 : -1;
|
||||
});
|
||||
console.log(s);
|
||||
Reference in New Issue
Block a user