UNPKG

vox-core

Version:

Runtime de aplicaciones multiplataforma

11 lines (6 loc) 243 B
var LprProperty= core.org.voxsoftware.Lpr.Property var Property= module.exports= function(args){ LprProperty.call(this, args) } Property.prototype = Object.create(LprProperty.prototype); Property.prototype.constructor= Property