UNPKG

hls-parser

Version:

A simple library to read/write HLS playlists

7 lines (6 loc) 270 B
/*! Copyright Kuu Miyazaki. SPDX-License-Identifier: MIT */ import { getOptions, setOptions } from './utils'; import parse from './parse'; import stringify from './stringify'; import * as types from './types'; export { parse, stringify, types, getOptions, setOptions };