2015-05-23 19:07:14 +02:00

9 lines
126 B
TypeScript

'use strict';
import ass from './ass';
import srt from './srt';
export default <IFormatterTable> {
ass: ass,
srt: srt
};