##// END OF EJS Templates
fixed isRendition again(
fixed isRendition again(

File last commit:

r79:e5bb5e80ce96 v1.2.3 default
r87:70058deb750d v1.2.7 default
Show More
DeclareTests.ts
12 lines | 250 B | video/mp2t | TypeScriptLexer
/ djx / src / test / ts / DeclareTests.ts
import { Baz } from "./mock/Baz";
// tslint:disable-next-line: no-console
console.log("Declare tests");
const baz = new Baz();
const data: string[] = [];
baz.writeHello(data);
// tslint:disable-next-line: no-console
console.log(data.join("\n"));