UNPKG

mach

Version:
9 lines (7 loc) 178 B
function File(properties) { this.path = properties.path; this.name = properties.name; this.type = properties.type; this.size = properties.size; } module.exports = File;