UNPKG

awscdk-construct-hls-session-runner

Version:

AWS CDK construct for deploying a Lambda function and SFN state machines to fetch an HLS manifest

4 lines (3 loc) 201 B
import { MasterPlaylist, MediaPlaylist, PostProcess } from './types'; declare function stringify(playlist: MasterPlaylist | MediaPlaylist, postProcess?: PostProcess): string; export default stringify;