astro-ghostcms/.pnpm-store/v3/files/88/50f6ca6f83ba7f1e04cbf762a1a...

10 lines
133 B
Plaintext

'use strict';
var util = require('./util');
module.exports = SchemaObject;
function SchemaObject(obj) {
util.copy(obj, this);
}