UNPKG

awscdk-construct-scte-scheduler

Version:

AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API

8 lines (7 loc) 202 B
/** * @internal * * The XML parser will set one K:V for a member that could * return multiple entries but only has one. */ export declare const getArrayIfSingleItem: <T>(mayBeArray: T) => T | T[];