mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
Remove comments an new line
This commit is contained in:
@@ -12,4 +12,3 @@ table.cell('aa', 1);
|
||||
table.cell('bb',1);
|
||||
|
||||
table.print();
|
||||
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
///<reference path="easy-table.d.ts" />
|
||||
|
||||
//import * as Table from "easy-table";
|
||||
//import * as Table from "easy-table";
|
||||
|
||||
import Table = require("easy-table");
|
||||
|
||||
let data = [
|
||||
{ id: 123123, desc: 'Something awesome', price: 1000.00 },
|
||||
{ id: 245452, desc: 'Very interesting book', price: 11.45 },
|
||||
|
||||
Reference in New Issue
Block a user