UNPKG

lzma-nativez

Version:

Provides bindings to the native liblzma library (.xz file format, among others)

10 lines (6 loc) 133 B
'use strict'; var util = require('./util'); module.exports = SchemaObject; function SchemaObject(obj) { util.copy(obj, this); }