UNPKG

@mcma/core

Version:

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

11 lines (10 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.McmaObject = void 0; class McmaObject { ["@type"]; constructor(type) { this["@type"] = type; } } exports.McmaObject = McmaObject;