Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
simondh
/
classifieur
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cc651f6
classifieur
/
frontend
/
node_modules
/
ajv
/
lib
/
compile
/
schema_obj.js
simondh
front
cc651f6
24 days 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
);
}