Files
crunchy/src/video/index.ts
Roel van Uden 18375d3d22 Update to TS1.5
2015-05-23 19:07:14 +02:00

5 lines
106 B
TypeScript

'use strict';
import merge from './merge';
import stream from './stream';
export default {merge, stream};