UNPKG

@mcma/core

Version:

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

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