smartlog-destination-local/ts/beautylog.classes.ts

8 lines
166 B
TypeScript
Raw Normal View History

2015-11-13 21:53:28 +00:00
/// <reference path="./index.ts" />
class ConsoleTable {
rows:[];
constructor() {}
print() {
alert(this.name + " moved " + meters + "m.");
}
}