1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

cleanup deps and export d.ts typings

This commit is contained in:
Robin Appelman 2016-12-22 00:10:12 +01:00
commit 8b1ea168e6
3 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ export class Demo {
}
}
class StreamDemo {
export class StreamDemo {
stream: Stream;
constructor(nodeStream: Stream) {