awscdk-construct-scte-scheduler
Version:
AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API
9 lines (8 loc) • 326 B
TypeScript
/**
* Validates a semver string (with optional pre-release and/or build metadata).
* If valid, returns the version string with build metadata stripped.
* Returns undefined if the string is not a valid semver.
*
* @internal
*/
export declare const getSanitizedTypeScriptVersion: (version?: string) => string | undefined;