@mcma/core
Advanced tools
Comparing version 0.13.7 to 0.13.8
@@ -1,7 +0,9 @@ | ||
import { McmaObject, McmaObjectProperties } from "./mcma-object"; | ||
import { McmaObject } from "./mcma-object"; | ||
export declare class JobParameterBag extends McmaObject { | ||
[key: string]: any; | ||
constructor(properties?: McmaObjectProperties); | ||
constructor(properties?: { | ||
[key: string]: any; | ||
}); | ||
get<T>(key: string): T; | ||
set<T>(key: string, value: T): this; | ||
} |
{ | ||
"name": "@mcma/core", | ||
"version": "0.13.7", | ||
"version": "0.13.8", | ||
"description": "Node module with type definitions and helper utils for the EBU MCMA framework", | ||
@@ -5,0 +5,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1284
51810