Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
muthuk1
/
OpenMAIC-React
like
0
Model card
Files
Files and versions
xet
Community
f56a29b
OpenMAIC-React
/
packages
/
pptxgenjs
/
node_modules
/
ajv
/
lib
/
compile
/
schema_obj.js
muthuk1
Convert OpenMAIC from Next.js to React (Vite)
f56a29b
verified
11 days ago
raw
Copy download link
history
blame
133 Bytes
'use strict'
;
var
util =
require
(
'./util'
);
module
.
exports
=
SchemaObject
;
function
SchemaObject
(
obj
) {
util.
copy
(obj,
this
);
}