Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
OSS-forge
/
PatchitPy
like
9
Follow
OSS-Forge
51
License:
gpl-3.0
Model card
Files
Files and versions
xet
Community
main
PatchitPy
/
extension_PatchitPy
/
node_modules
/
ajv
/
lib
/
compile
/
schema_obj.js
piliguori
Upload 3316 files
6e7eaf3
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
133 Bytes
'use strict'
;
var
util =
require
(
'./util'
);
module
.
exports
=
SchemaObject
;
function
SchemaObject
(
obj
) {
util.
copy
(obj,
this
);
}