Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
open-llm-leaderboard
/
blog
like
102
Running
App
Files
Files
Community
2
refs/pr/2
blog
/
node_modules
/
ajv
/
lib
/
compile
/
schema_obj.js
Clémentine
init
7c5b7bd
5 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
'use strict'
;
var
util =
require
(
'./util'
);
module
.
exports
=
SchemaObject
;
function
SchemaObject
(
obj
) {
util.
copy
(obj,
this
);
}