UNPKG

genezio

Version:

Command line utility to interact with Genezio infrastructure.

9 lines (8 loc) 216 B
export default class FileDetails { constructor(name, extension, path, filename) { this.name = name; this.extension = extension; this.path = path; this.filename = filename; } }