UNPKG

genezio

Version:

Command line utility to interact with Genezio infrastructure.

9 lines (8 loc) 255 B
export default class BundledCode { constructor(path, className, functionNames, dependencies) { this.path = path; this.className = className; this.functionNames = functionNames; this.dependencies = dependencies; } }