UNPKG

@mcma/core

Version:

Node module with type definitions and helper utils for the EBU MCMA framework

11 lines (10 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaptureJob = void 0; const job_1 = require("./job"); class CaptureJob extends job_1.Job { constructor(properties) { super("CaptureJob", properties); } } exports.CaptureJob = CaptureJob;